You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/02/02 15:50:53 UTC

[tvm] branch image-update-20220202 created (now e3355fe)

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

mousius pushed a change to branch image-update-20220202
in repository https://gitbox.apache.org/repos/asf/tvm.git.


      at e3355fe  [CI] Update ci_arm and ci_lint

This branch includes the following new commits:

     new e3355fe  [CI] Update ci_arm and ci_lint

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[tvm] 01/01: [CI] Update ci_arm and ci_lint

Posted by mo...@apache.org.
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 <ch...@arm.com>
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