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

wuwei 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 4e05eb4e1c [CI] Upgrade Unity ci images (#16369)
4e05eb4e1c is described below

commit 4e05eb4e1cac9ffd294fa09bf2d03b6e45b835bb
Author: Wuwei Lin <[email protected]>
AuthorDate: Tue Jan 9 08:53:39 2024 -0800

    [CI] Upgrade Unity ci images (#16369)
---
 ci/jenkins/unity_jenkinsfile.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/jenkins/unity_jenkinsfile.groovy 
b/ci/jenkins/unity_jenkinsfile.groovy
index d1882fb84c..c36abd19cd 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -30,14 +30,14 @@
 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 = 'tlcpackstaging/ci_lint:20230504-142417-4d37a0a0'
-ci_gpu = 'tlcpackstaging/ci_gpu:20230504-142417-4d37a0a0'
-ci_cpu = 'tlcpackstaging/ci_cpu:20230513-200357-e54bbc73'
+ci_lint = 'tlcpack/ci-lint:20240105-165030-51bdaec6'
+ci_gpu = 'tlcpack/ci-gpu:20240105-165030-51bdaec6'
+ci_cpu = 'tlcpack/ci-cpu:20240105-165030-51bdaec6'
 ci_wasm = 'tlcpack/ci-wasm:v0.72'
 ci_i386 = 'tlcpack/ci-i386:v0.75'
 ci_qemu = 'tlcpack/ci-qemu:v0.11'
 ci_arm = 'tlcpack/ci-arm:v0.08'
-ci_hexagon = 'tlcpackstaging/ci_hexagon:20230504-142417-4d37a0a0'
+ci_hexagon = 'tlcpack/ci-hexagon:20240105-165030-51bdaec6'
 // <--- End of regex-scanned config.
 
 // Parameters to allow overriding (in Jenkins UI), the images

Reply via email to