areusch commented on PR #75: URL: https://github.com/apache/tvm-rfcs/pull/75#issuecomment-1152720214
@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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
