Skip to content

Commit fb32997

Browse files
authored
[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 apache/tvm-rfcs#66 Closes #11202 Closes #11200
1 parent f9d9221 commit fb32997

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Jenkinsfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
// 'python3 jenkins/generate.py'
4646
// Note: This timestamp is here to ensure that updates to the Jenkinsfile are
4747
// always rebased on main before merging:
48-
// Generated at 2022-04-30T10:10:58.528075
48+
// Generated at 2022-05-05T13:07:33.276898
4949

5050
import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
5151
// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
52-
ci_lint = 'tlcpack/ci-lint:v0.71'
53-
ci_gpu = 'tlcpack/ci-gpu:v0.87'
54-
ci_cpu = 'tlcpack/ci-cpu:v0.84'
55-
ci_wasm = 'tlcpack/ci-wasm:v0.73'
56-
ci_i386 = 'tlcpack/ci-i386:v0.77'
57-
ci_qemu = 'tlcpack/ci-qemu:v0.13'
58-
ci_arm = 'tlcpack/ci-arm:v0.10'
59-
ci_hexagon = 'tlcpack/ci-hexagon:v0.03'
52+
ci_lint = 'tlcpack/ci-lint:20220505-060045-500703308'
53+
ci_gpu = 'tlcpack/ci-gpu:20220505-060045-500703308'
54+
ci_cpu = 'tlcpack/ci-cpu:20220505-060045-500703308'
55+
ci_wasm = 'tlcpack/ci-wasm:20220505-060045-500703308'
56+
ci_i386 = 'tlcpack/ci-i386:20220505-060045-500703308'
57+
ci_qemu = 'tlcpack/ci-qemu:20220505-060045-500703308'
58+
ci_arm = 'tlcpack/ci-arm:20220505-060045-500703308'
59+
ci_hexagon = 'tlcpack/ci-hexagon:20220505-060045-500703308'
6060
// <--- End of regex-scanned config.
6161

6262
// Parameters to allow overriding (in Jenkins UI), the images

jenkins/Jenkinsfile.j2

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
5151
{% import 'jenkins/macros.j2' as m with context -%}
5252

5353
// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
54-
ci_lint = 'tlcpack/ci-lint:v0.71'
55-
ci_gpu = 'tlcpack/ci-gpu:v0.87'
56-
ci_cpu = 'tlcpack/ci-cpu:v0.84'
57-
ci_wasm = 'tlcpack/ci-wasm:v0.73'
58-
ci_i386 = 'tlcpack/ci-i386:v0.77'
59-
ci_qemu = 'tlcpack/ci-qemu:v0.13'
60-
ci_arm = 'tlcpack/ci-arm:v0.10'
61-
ci_hexagon = 'tlcpack/ci-hexagon:v0.03'
54+
ci_lint = 'tlcpack/ci-lint:20220505-060045-500703308'
55+
ci_gpu = 'tlcpack/ci-gpu:20220505-060045-500703308'
56+
ci_cpu = 'tlcpack/ci-cpu:20220505-060045-500703308'
57+
ci_wasm = 'tlcpack/ci-wasm:20220505-060045-500703308'
58+
ci_i386 = 'tlcpack/ci-i386:20220505-060045-500703308'
59+
ci_qemu = 'tlcpack/ci-qemu:20220505-060045-500703308'
60+
ci_arm = 'tlcpack/ci-arm:20220505-060045-500703308'
61+
ci_hexagon = 'tlcpack/ci-hexagon:20220505-060045-500703308'
6262
// <--- End of regex-scanned config.
6363

6464
// Parameters to allow overriding (in Jenkins UI), the images

0 commit comments

Comments
 (0)