Skip to content

Commit

Permalink
[CI] Update GPU image (#10992)
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi authored Apr 13, 2022
1 parent b542724 commit 01e0e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
// '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-11T12:22:12.040444
// Generated at 2022-04-13T17:46:58.845847

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.84'
ci_gpu = 'tlcpack/ci-gpu:v0.85'
ci_cpu = 'tlcpack/ci-cpu:v0.83'
ci_wasm = 'tlcpack/ci-wasm:v0.73'
ci_i386 = 'tlcpack/ci-i386:v0.76'
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ 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.84'
ci_gpu = 'tlcpack/ci-gpu:v0.85'
ci_cpu = 'tlcpack/ci-cpu:v0.83'
ci_wasm = 'tlcpack/ci-wasm:v0.73'
ci_i386 = 'tlcpack/ci-i386:v0.76'
Expand Down

0 comments on commit 01e0e2d

Please sign in to comment.