This is an automated email from the ASF dual-hosted git repository. mousius pushed a commit to branch image-update-20220202 in repository https://gitbox.apache.org/repos/asf/tvm.git
commit e3355fef0de5700dbb9ce490d6791822ed50c044 Author: Chris Sidebottom <[email protected]> AuthorDate: Wed Feb 2 15:49:24 2022 +0000 [CI] Update ci_arm and ci_lint This includes sccache, and these are the less troublesome images. Also see #10120 for update issue. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d806d3c..db4127d 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,13 +45,13 @@ 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_lint = "tlcpack/ci-lint:v0.68" ci_gpu = "tlcpack/ci-gpu:v0.81" ci_cpu = "tlcpack/ci-cpu:v0.80" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" ci_qemu = "tlcpack/ci-qemu:v0.10" -ci_arm = "tlcpack/ci-arm:v0.06" +ci_arm = "tlcpack/ci-arm:v0.07" // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images
