masahi commented on pull request #10794: URL: https://github.com/apache/tvm/pull/10794#issuecomment-1081579377
Yeah, so the way it works is as follows * We update the `ci-docker-staging` branch https://github.com/apache/tvm/tree/ci-docker-staging to point `Jenkinsfile` to the new image in `tlcpackstaging`. * After the CI passes, we retag the nightly image as `v0.83` etc and push the image to `tlcpack` dockerhub. * Update `Jenkinsfile` in `main` to point to the new image on `tlcpack`, and send a PR to merge this change. Note that the above process needs to happen for every CI image update. Right now we are in the middle of `ci-qemu` update, but after we merge this PR to update PT, we need to go through the same exercises to update `ci-gpu`. I've been trying to run a CI job on `ci-docker-staging`, I keep getting various errors but hopefully I can pass it in a few hours. -- 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]
