This is an automated email from the ASF dual-hosted git repository. leandron pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit d0b4fc950482e466416ceedd9e948050025e56c9 Author: Leandro Nunes <[email protected]> AuthorDate: Fri Dec 17 19:55:30 2021 +0000 Validating tlcpackstaging 20211217-183440-bd61d18c1 for ci_cpu and ci_arm. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a782204..c80f7cb 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,11 +47,11 @@ 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:20211217-183440-bd61d18c1" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" ci_qemu = "tlcpack/ci-qemu:v0.08" -ci_arm = "tlcpack/ci-arm:v0.06" +ci_arm = "tlcpackstaging/ci_arm:20211217-183440-bd61d18c1" // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images
