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/05/07 22:51:49 UTC

[tvm] 01/02: Use latest lint image

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

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

commit 47959889441be0c93b34d1297eb0470a65c02ded
Author: tqchen <ti...@gmail.com>
AuthorDate: Sun May 7 15:12:17 2023 -0400

    Use latest lint image
---
 ci/jenkins/unity_jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/jenkins/unity_jenkinsfile.groovy b/ci/jenkins/unity_jenkinsfile.groovy
index 6013a96976..29b00ae091 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -30,7 +30,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:20230322-060120-46fb2ff35'
+ci_lint = 'tlcpackstaging/ci_lint:20230504-142417-4d37a0a0'
 ci_gpu = 'tlcpackstaging/ci_gpu:20230504-142417-4d37a0a0'
 ci_cpu = 'tlcpackstaging/ci_cpu:20230504-142417-4d37a0a0'
 ci_wasm = 'tlcpack/ci-wasm:v0.72'