This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 05a5262167646d095ebc734d38cb218e02a51939 Author: Masahiro Masuda <[email protected]> AuthorDate: Mon Jan 3 14:28:07 2022 +0900 try testing old image to see if CI error is flaky This reverts commit 7900b4fa41f7a2e4fd0db373f476c8b829c7e25b. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 57db549..a782204 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> ci_lint = "tlcpack/ci-lint:v0.67" -ci_gpu = "tlcpackstaging/ci_gpu:20211226-225913-218d2919f" +ci_gpu = "tlcpack/ci-gpu:v0.78" ci_cpu = "tlcpack/ci-cpu:v0.79" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74"
