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 ab914915c997750d59de71b6f61f7c70320eb6e3
Author: Masahiro Masuda <masahi...@gmail.com>
AuthorDate: Wed Oct 19 16:16:11 2022 +0900

    Testing a new GPU image
---
 Jenkinsfile               | 2 +-
 ci/jenkins/Jenkinsfile.j2 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d48e02cf13..7e27698f15 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,7 +50,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:20221013-060115-61c9742ea'
-ci_gpu = 'tlcpack/ci-gpu:20221013-060115-61c9742ea'
+ci_gpu = 'tlcpackstaging/ci_gpu:20221019-060125-0b4836739'
 ci_cpu = 'tlcpack/ci-cpu:20221013-060115-61c9742ea'
 ci_minimal = 'tlcpack/ci-minimal:20221013-060115-61c9742ea'
 ci_wasm = 'tlcpack/ci-wasm:20221013-060115-61c9742ea'
diff --git a/ci/jenkins/Jenkinsfile.j2 b/ci/jenkins/Jenkinsfile.j2
index f480f08b2b..60735aa4f9 100644
--- a/ci/jenkins/Jenkinsfile.j2
+++ b/ci/jenkins/Jenkinsfile.j2
@@ -52,7 +52,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:20221013-060115-61c9742ea'
-ci_gpu = 'tlcpack/ci-gpu:20221013-060115-61c9742ea'
+ci_gpu = 'tlcpackstaging/ci_gpu:20221019-060125-0b4836739'
 ci_cpu = 'tlcpack/ci-cpu:20221013-060115-61c9742ea'
 ci_minimal = 'tlcpack/ci-minimal:20221013-060115-61c9742ea'
 ci_wasm = 'tlcpack/ci-wasm:20221013-060115-61c9742ea'

Reply via email to