You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by le...@apache.org on 2022/04/14 15:52:07 UTC

[tvm] branch main updated: [CI] Update CI Images to include `pytest-lazy-fixture` (#10999)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3d63b2d944 [CI] Update CI Images to include `pytest-lazy-fixture` (#10999)
3d63b2d944 is described below

commit 3d63b2d944d43cea42ce068def0ffd4cffa67218
Author: Christopher Sidebottom <ch...@arm.com>
AuthorDate: Thu Apr 14 16:52:01 2022 +0100

    [CI] Update CI Images to include `pytest-lazy-fixture` (#10999)
    
    Closes #10984
---
 Jenkinsfile            | 8 ++++----
 jenkins/Jenkinsfile.j2 | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 29d19092a8..97359f0275 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,17 +45,17 @@
 // 'python3 jenkins/generate.py'
 // Note: This timestamp is here to ensure that updates to the Jenkinsfile are
 // always rebased on main before merging:
-// Generated at 2022-04-13T17:46:58.845847
+// Generated at 2022-04-13T15:32:37.844476
 
 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.71'
 ci_gpu = 'tlcpack/ci-gpu:v0.85'
-ci_cpu = 'tlcpack/ci-cpu:v0.83'
+ci_cpu = 'tlcpack/ci-cpu:v0.84'
 ci_wasm = 'tlcpack/ci-wasm:v0.73'
-ci_i386 = 'tlcpack/ci-i386:v0.76'
+ci_i386 = 'tlcpack/ci-i386:v0.77'
 ci_qemu = 'tlcpack/ci-qemu:v0.13'
-ci_arm = 'tlcpack/ci-arm:v0.09'
+ci_arm = 'tlcpack/ci-arm:v0.10'
 ci_hexagon = 'tlcpack/ci-hexagon:v0.03'
 // <--- End of regex-scanned config.
 
diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2
index 522a460c2d..1638a6201b 100644
--- a/jenkins/Jenkinsfile.j2
+++ b/jenkins/Jenkinsfile.j2
@@ -53,11 +53,11 @@ 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.71'
 ci_gpu = 'tlcpack/ci-gpu:v0.85'
-ci_cpu = 'tlcpack/ci-cpu:v0.83'
+ci_cpu = 'tlcpack/ci-cpu:v0.84'
 ci_wasm = 'tlcpack/ci-wasm:v0.73'
-ci_i386 = 'tlcpack/ci-i386:v0.76'
+ci_i386 = 'tlcpack/ci-i386:v0.77'
 ci_qemu = 'tlcpack/ci-qemu:v0.13'
-ci_arm = 'tlcpack/ci-arm:v0.09'
+ci_arm = 'tlcpack/ci-arm:v0.10'
 ci_hexagon = 'tlcpack/ci-hexagon:v0.03'
 // <--- End of regex-scanned config.