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/07/26 13:38:03 UTC

[tvm] 03/03: Update Jenkins ci_arm, ci_cpu, ci_gpu, ci_qemu to use 20220725-085822-8ae520b1b

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

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

commit 112c37eda35ed32f0c8aaf02e7e458a0e3d3935a
Author: Leandro Nunes <le...@arm.com>
AuthorDate: Tue Jul 26 14:37:02 2022 +0100

    Update Jenkins ci_arm, ci_cpu, ci_gpu, ci_qemu to use 20220725-085822-8ae520b1b
---
 Jenkinsfile               | 10 +++++-----
 ci/jenkins/Jenkinsfile.j2 |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c2f6407333..058f18531f 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-07-15T13:35:24.676914
+// Generated at 2022-07-26T14:34:48.559792
 
 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:20220715-060127-37f9d3c49'
-ci_gpu = 'tlcpack/ci-gpu:20220715-060127-37f9d3c49'
-ci_cpu = 'tlcpack/ci-cpu:20220715-060127-37f9d3c49'
+ci_gpu = 'tlcpackstaging/ci-gpu:20220725-085822-8ae520b1b'
+ci_cpu = 'tlcpackstaging/ci-cpu:20220725-085822-8ae520b1b'
 ci_wasm = 'tlcpack/ci-wasm:20220715-060127-37f9d3c49'
 ci_i386 = 'tlcpack/ci-i386:20220715-060127-37f9d3c49'
-ci_qemu = 'tlcpack/ci-qemu:20220630-060117-558ba99c7'
-ci_arm = 'tlcpack/ci-arm:20220715-060127-37f9d3c49'
+ci_qemu = 'tlcpackstaging/ci-qemu:20220725-085822-8ae520b1b'
+ci_arm = 'tlcpackstaging/ci-arm:20220725-085822-8ae520b1b'
 ci_hexagon = 'tlcpack/ci-hexagon:20220715-060127-37f9d3c49'
 // <--- End of regex-scanned config.
 
diff --git a/ci/jenkins/Jenkinsfile.j2 b/ci/jenkins/Jenkinsfile.j2
index 45b7565bf5..779f45fbd1 100644
--- a/ci/jenkins/Jenkinsfile.j2
+++ b/ci/jenkins/Jenkinsfile.j2
@@ -52,12 +52,12 @@ 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:20220715-060127-37f9d3c49'
-ci_gpu = 'tlcpack/ci-gpu:20220715-060127-37f9d3c49'
-ci_cpu = 'tlcpack/ci-cpu:20220715-060127-37f9d3c49'
+ci_gpu = 'tlcpackstaging/ci-gpu:20220725-085822-8ae520b1b'
+ci_cpu = 'tlcpackstaging/ci-cpu:20220725-085822-8ae520b1b'
 ci_wasm = 'tlcpack/ci-wasm:20220715-060127-37f9d3c49'
 ci_i386 = 'tlcpack/ci-i386:20220715-060127-37f9d3c49'
-ci_qemu = 'tlcpack/ci-qemu:20220630-060117-558ba99c7'
-ci_arm = 'tlcpack/ci-arm:20220715-060127-37f9d3c49'
+ci_qemu = 'tlcpackstaging/ci-qemu:20220725-085822-8ae520b1b'
+ci_arm = 'tlcpackstaging/ci-arm:20220725-085822-8ae520b1b'
 ci_hexagon = 'tlcpack/ci-hexagon:20220715-060127-37f9d3c49'
 // <--- End of regex-scanned config.