-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI Image] Rebuild Docker images to get pytest-lazy-fixture installed #10984
Comments
Addressed by 41319ab , so closing this one. |
@Mousius ok! |
leandron
pushed a commit
that referenced
this issue
Apr 14, 2022
Lucien0
pushed a commit
to Lucien0/tvm
that referenced
this issue
Apr 19, 2022
altanh
pushed a commit
to altanh/tvm
that referenced
this issue
Apr 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
S0. Reason: a blocked PR. PR [TVMC] tune: Check if FILE exists (#10608) #10865 is blocked because it requires the
pytest-lazy-fixture
plugin to be present in the CI so the tests added by this PR can pass the checks. PR [CI][DOCKER] Add pytest-lazy-fixture to images #10970 addedpytest-lazy-fixture
to the install scripts and now the CI images need to get updated properly so the pytest plugin is available in the CI images.S1. Tag of nightly build: TAG. Docker hub (
ci_cpu
,ci_i386
,ci_arm
, andci_gpu
): https://hub.docker.com/layers/tlcpackstaging/{ci_cpu,ci_i386,ci_arm,ci_gpu}S2. The nightly is built on TVM commit: 40296599cd02d9960b97de6a69519eb25651b98b. Detailed info can be found here: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/daily-docker-image-rebuild/290/pipeline/56
S3. Testing the nightly image on ci-docker-staging: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/pytest-lazy-fixture-images/1/pipeline
S4. Retag
20220413-055910-597000c74
to ci-cpu:v0.84, ci-i386:v0.77 and ci-arm:v0.10Note: ci-gpu got updated to this tag in [CI] Update GPU image #10992
S5. Check if the new tag is really there: https://hub.docker.com/u/tlcpack
S6. Submit a PR updating the image versions in the
Jenkinsfile
The text was updated successfully, but these errors were encountered: