@alter-xp we have some: - about the CI environment: https://tvm.apache.org/docs/contribute/pull_request.html#ci-environment - about building docker containers locally: https://github.com/apache/tvm/blob/main/docker/README.md
we need to write that up :/ the basics are: 1. submit a PR which only modifies docker/ scripts. the CI will rebuild docker containers and then run through using the newly-rebuilt containers. 2. ping a committer to publish the built images to the `tlcpack` dockerhub org 3. submit another PR which modifies jenkins/Jenkinsfile.j2 (and run generate.py there to modify Jenkinsfile) to reference the newly-pushed containers. you can also add tests which depend on the newly-added dependencies here. -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/75#issuecomment-1152720214 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-rfcs/pull/75/c1152720...@github.com>