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 fb32997369 [CI] Update all Docker Images to 20220505-060045-500703308 
(#11219)
fb32997369 is described below

commit fb32997369ddebad7aa8104c4bbba8f4a29d1c23
Author: Christopher Sidebottom <[email protected]>
AuthorDate: Fri May 6 16:15:40 2022 +0100

    [CI] Update all Docker Images to 20220505-060045-500703308 (#11219)
    
    This gives us GoogleTest for #11202 and blocklint for #11200 but most 
importantly it makes use of the new and improved tags from @leandron in 
https://github.com/apache/tvm-rfcs/pull/66
    
    Closes #11202
    Closes #11200
---
 Jenkinsfile            | 18 +++++++++---------
 jenkins/Jenkinsfile.j2 | 16 ++++++++--------
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3e92de6504..a541f1688c 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,18 +45,18 @@
 // '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-30T10:10:58.528075
+// Generated at 2022-05-05T13:07:33.276898
 
 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.87'
-ci_cpu = 'tlcpack/ci-cpu:v0.84'
-ci_wasm = 'tlcpack/ci-wasm:v0.73'
-ci_i386 = 'tlcpack/ci-i386:v0.77'
-ci_qemu = 'tlcpack/ci-qemu:v0.13'
-ci_arm = 'tlcpack/ci-arm:v0.10'
-ci_hexagon = 'tlcpack/ci-hexagon:v0.03'
+ci_lint = 'tlcpack/ci-lint:20220505-060045-500703308'
+ci_gpu = 'tlcpack/ci-gpu:20220505-060045-500703308'
+ci_cpu = 'tlcpack/ci-cpu:20220505-060045-500703308'
+ci_wasm = 'tlcpack/ci-wasm:20220505-060045-500703308'
+ci_i386 = 'tlcpack/ci-i386:20220505-060045-500703308'
+ci_qemu = 'tlcpack/ci-qemu:20220505-060045-500703308'
+ci_arm = 'tlcpack/ci-arm:20220505-060045-500703308'
+ci_hexagon = 'tlcpack/ci-hexagon:20220505-060045-500703308'
 // <--- End of regex-scanned config.
 
 // Parameters to allow overriding (in Jenkins UI), the images
diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2
index 39565d1403..b961b61468 100644
--- a/jenkins/Jenkinsfile.j2
+++ b/jenkins/Jenkinsfile.j2
@@ -51,14 +51,14 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 {% import 'jenkins/macros.j2' as m with context -%}
 
 // 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.87'
-ci_cpu = 'tlcpack/ci-cpu:v0.84'
-ci_wasm = 'tlcpack/ci-wasm:v0.73'
-ci_i386 = 'tlcpack/ci-i386:v0.77'
-ci_qemu = 'tlcpack/ci-qemu:v0.13'
-ci_arm = 'tlcpack/ci-arm:v0.10'
-ci_hexagon = 'tlcpack/ci-hexagon:v0.03'
+ci_lint = 'tlcpack/ci-lint:20220505-060045-500703308'
+ci_gpu = 'tlcpack/ci-gpu:20220505-060045-500703308'
+ci_cpu = 'tlcpack/ci-cpu:20220505-060045-500703308'
+ci_wasm = 'tlcpack/ci-wasm:20220505-060045-500703308'
+ci_i386 = 'tlcpack/ci-i386:20220505-060045-500703308'
+ci_qemu = 'tlcpack/ci-qemu:20220505-060045-500703308'
+ci_arm = 'tlcpack/ci-arm:20220505-060045-500703308'
+ci_hexagon = 'tlcpack/ci-hexagon:20220505-060045-500703308'
 // <--- End of regex-scanned config.
 
 // Parameters to allow overriding (in Jenkins UI), the images

Reply via email to