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 e6754d37c23e6a5270e860d613496d0e85f1ab4f Author: Leandro Nunes <[email protected]> AuthorDate: Fri Feb 4 13:26:01 2022 +0000 Validate Docker images using 20220204-110603-89aa4fe28 updating TF to 2.6. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index db4127d..43d3f0f 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,8 +46,8 @@ 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_gpu = "tlcpackstaging/ci_gpu:20220204-110603-89aa4fe28" +ci_cpu = "tlcpackstaging/ci_cpu:20220204-110603-89aa4fe28" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" ci_qemu = "tlcpack/ci-qemu:v0.10"
