From 81cc0864004bb64c8c70ce0ed1abbc3a8755458c Mon Sep 17 00:00:00 2001 From: Gavin Uberti Date: Mon, 13 Jun 2022 16:29:35 -0600 Subject: [PATCH] [WIP] [CI] Bump CI GPU image version (#11637) * Bump CI GPU image version * Run generate,py --- Jenkinsfile | 2 +- jenkins/Jenkinsfile.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ad7771b81745..85bc6b075a82 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,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:20220513-055910-fa834f67e' -ci_gpu = 'tlcpack/ci-gpu:20220519-055908-ddfa1da69' +ci_gpu = 'tlcpack/ci-gpu:20220606-055910-bf4b8f5c7' ci_cpu = 'tlcpack/ci-cpu:20220519-055908-ddfa1da69' ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e' ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e' diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index 4e344c56d7f7..75e67d9e9ffa 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:20220513-055910-fa834f67e' -ci_gpu = 'tlcpack/ci-gpu:20220519-055908-ddfa1da69' +ci_gpu = 'tlcpack/ci-gpu:20220606-055910-bf4b8f5c7' ci_cpu = 'tlcpack/ci-cpu:20220519-055908-ddfa1da69' ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e' ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e'