This is an automated email from the ASF dual-hosted git repository. manupa pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 5ff0fac6f5c174759ca209e7a9d589e5eca0a5b7 Author: Manupa Karunaratne <[email protected]> AuthorDate: Tue Dec 7 12:07:24 2021 +0000 [CI] Update ci_cpu docker image This commit updates the Jenkinsfile to use tlcpackstaging/ci_cpu:20211206-124834-9c4115320 as the ci_cpu docker image. Change-Id: I9cdfb50c5ad4e67b5c4bf4d2f042ea241ed4f911 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 29e844c..e51c423 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,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 = "tlcpack/ci-gpu:v0.78" -ci_cpu = "tlcpack/ci-cpu:v0.79" +ci_cpu = "tlcpackstaging/ci_cpu:20211206-124834-9c4115320" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" ci_qemu = "tlcpack/ci-qemu:v0.08"
