Skip to content

Commit

Permalink
[CI] Update CPU and GPU image (#11369)
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi authored May 20, 2022
1 parent c216cbe commit 01b472f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions jenkins/Jenkinsfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 01b472f

Please sign in to comment.