You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/05/20 16:25:11 UTC

[tvm] branch main updated: [CI] Update CPU and GPU image (#11369)

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

areusch 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 01b472f4d0 [CI] Update CPU and GPU image (#11369)
01b472f4d0 is described below

commit 01b472f4d05584a669dfe2d7378fdaeeb76be378
Author: Masahiro Masuda <ma...@gmail.com>
AuthorDate: Sat May 21 01:25:04 2022 +0900

    [CI] Update CPU and GPU image (#11369)
---
 Jenkinsfile            | 6 +++---
 jenkins/Jenkinsfile.j2 | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index dbbbb29f79..7b8c8f890d 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,13 +45,13 @@
 // '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-05-19T14:04:32.815769
+// Generated at 2022-05-20T18:06:10.772162
 
 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:20220513-055910-fa834f67e'
-ci_gpu = 'tlcpack/ci-gpu:20220513-055910-fa834f67e'
-ci_cpu = 'tlcpack/ci-cpu:20220517-094028-de21c8f2e'
+ci_gpu = 'tlcpack/ci-gpu:20220519-055908-ddfa1da69'
+ci_cpu = 'tlcpack/ci-cpu:20220519-055908-ddfa1da69'
 ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e'
 ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e'
 ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e'
diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2
index 9eac881c54..b00ee02726 100644
--- a/jenkins/Jenkinsfile.j2
+++ b/jenkins/Jenkinsfile.j2
@@ -52,8 +52,8 @@ 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:20220513-055910-fa834f67e'
-ci_gpu = 'tlcpack/ci-gpu:20220513-055910-fa834f67e'
-ci_cpu = 'tlcpack/ci-cpu:20220517-094028-de21c8f2e'
+ci_gpu = 'tlcpack/ci-gpu:20220519-055908-ddfa1da69'
+ci_cpu = 'tlcpack/ci-cpu:20220519-055908-ddfa1da69'
 ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e'
 ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e'
 ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e'