You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2023/04/16 13:44:24 UTC

[tvm] branch unity updated: [Unity] update ci cpu/gpu images (#14631)

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

tqchen pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/unity by this push:
     new b3e9adc1cb [Unity] update ci cpu/gpu images (#14631)
b3e9adc1cb is described below

commit b3e9adc1cbfb98a3acf970f4d9046e2ce6e88fa6
Author: Yong Wu <yo...@gmail.com>
AuthorDate: Sun Apr 16 06:44:18 2023 -0700

    [Unity] update ci cpu/gpu images (#14631)
---
 ci/jenkins/unity_jenkinsfile.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/jenkins/unity_jenkinsfile.groovy b/ci/jenkins/unity_jenkinsfile.groovy
index 9c1a0152ae..afc25c6036 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -31,8 +31,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:20230322-060120-46fb2ff35'
-ci_gpu = 'tlcpack/ci-gpu:20230412-201102-742c5eec7'
-ci_cpu = 'tlcpack/ci-cpu:20230412-201102-742c5eec7'
+ci_gpu = 'tlcpackstaging/ci_gpu:20230412-201102-742c5eec7'
+ci_cpu = 'tlcpackstaging/ci_cpu:20230412-201102-742c5eec7'
 ci_wasm = 'tlcpack/ci-wasm:v0.72'
 ci_i386 = 'tlcpack/ci-i386:v0.75'
 ci_qemu = 'tlcpack/ci-qemu:v0.11'