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 b000bf992674860b06f189c312f64e849256798a Author: Masahiro Masuda <[email protected]> AuthorDate: Fri Feb 18 11:05:41 2022 +0900 validating ci_cpu:20220217-221509-47c23517f --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 34ad79c..3885587 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.68" ci_gpu = "tlcpack/ci-gpu:v0.81" -ci_cpu = "tlcpack/ci-cpu:v0.80" +ci_cpu = "tlcpackstaging/ci_cpu:20220217-221509-47c23517f" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" ci_qemu = "tlcpack/ci-qemu:v0.10"
