From 01e0e2d0e1169c1844f21cd49d5568015a4002f4 Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Wed, 13 Apr 2022 23:16:55 +0900 Subject: [PATCH] [CI] Update GPU image (#10992) --- Jenkinsfile | 4 ++-- jenkins/Jenkinsfile.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83ae3fb94faf..29d19092a81b 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index ae330612a2e2..522a460c2d7e 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -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'