From d92c7bcd8369543b0866e2527ece803b97f9ff7d Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Mon, 20 Jun 2022 19:48:41 +0900 Subject: [PATCH] [CI] Update GPU image to add DNNL --- Jenkinsfile | 4 ++-- jenkins/Jenkinsfile.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 722aabd5f6f9..d7d261ec9967 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-06-17T13:38:47.940292 +// Generated at 2022-06-20T19:48:32.482249 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:20220606-055910-bf4b8f5c7' +ci_gpu = 'tlcpack/ci-gpu:20220619-055908-9bba7580b' 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 8977a31de82b..0a83549da147 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:20220606-055910-bf4b8f5c7' +ci_gpu = 'tlcpack/ci-gpu:20220619-055908-9bba7580b' ci_cpu = 'tlcpack/ci-cpu:20220519-055908-ddfa1da69' ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e' ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e'