Skip to content

Commit

Permalink
rev jenkins containers for apache#7995 (apache#8155)
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch authored and trevor-m committed Jun 17, 2021
1 parent 4395a9d commit 4bf8fb9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
//

// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
ci_lint = "tlcpack/ci-lint:v0.62"
ci_gpu = "tlcpack/ci-gpu:v0.72"
ci_cpu = "tlcpack/ci-cpu:v0.73"
ci_wasm = "tlcpack/ci-wasm:v0.70"
ci_i386 = "tlcpack/ci-i386:v0.72-t0"
ci_qemu = "tlcpack/ci-qemu:v0.04"
ci_arm = "tlcpack/ci-arm:v0.03"
ci_lint = "tlcpack/ci-lint:v0.65"
ci_gpu = "tlcpack/ci-gpu:v0.74"
ci_cpu = "tlcpack/ci-cpu:v0.74"
ci_wasm = "tlcpack/ci-wasm:v0.71"
ci_i386 = "tlcpack/ci-i386:v0.73"
ci_qemu = "tlcpack/ci-qemu:v0.05"
ci_arm = "tlcpack/ci-arm:v0.05"
// <--- End of regex-scanned config.

// tvm libraries
Expand Down

0 comments on commit 4bf8fb9

Please sign in to comment.