You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2022/01/14 05:14:29 UTC

[tvm] branch ci-docker-staging updated: upgrade to latest images

This is an automated email from the ASF dual-hosted git repository.

andrewzhaoluo pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/ci-docker-staging by this push:
     new 249da38  upgrade to latest images
249da38 is described below

commit 249da388c224546138503d411d8e4f5cf3c8998c
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Thu Jan 13 21:13:36 2022 -0800

    upgrade to latest images
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bb70e39..f547e0d 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,11 +46,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 = "tlcpackstaging/ci_gpu:20220112-000102-d1ee20191"
+ci_gpu = "tlcpackstaging/ci_gpu:20220113-230019-74854135a"
 ci_cpu = "tlcpack/ci-cpu:v0.80"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
-ci_qemu = "tlcpackstaging/ci_qemu:20220112-000102-d1ee20191"
+ci_qemu = "tlcpackstaging/ci_qemu:20220113-230019-74854135a"
 ci_arm = "tlcpack/ci-arm:v0.06"
 // <--- End of regex-scanned config.