Skip to content

Commit

Permalink
[CI] Update all Docker Images to 20220505-060045-500703308 (apache#11219
Browse files Browse the repository at this point in the history
)

This gives us GoogleTest for apache#11202 and blocklint for apache#11200 but most importantly it makes use of the new and improved tags from @leandron in apache/tvm-rfcs#66

Closes apache#11202
Closes apache#11200
  • Loading branch information
Mousius authored and Sergey Shtin committed May 17, 2022
1 parent db2d214 commit 635d0a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions jenkins/Jenkinsfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 635d0a2

Please sign in to comment.