From b8571954aaa4fc1b3682e851be4fe7d4e9f513f4 Mon Sep 17 00:00:00 2001 From: tvm-bot <95660001+tvm-bot@users.noreply.github.com> Date: Thu, 30 Jun 2022 00:00:21 +0000 Subject: [PATCH] [ci][docker] Nightly Docker image update This bumps the Docker images to the latest versions from Docker Hub. --- Jenkinsfile | 16 ++++++++-------- ci/jenkins/Jenkinsfile.j2 | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 07c7f0c44aa1..5fec41135c0b 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,14 +49,14 @@ 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: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' -ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e' -ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e' -ci_hexagon = 'tlcpack/ci-hexagon:20220603-203325-cee74c9f8' +ci_lint = 'tlcpack/ci-lint:20220629-060120-54f8176b4-validated' +ci_gpu = 'tlcpack/ci-gpu:20220629-060120-54f8176b4-validated' +ci_cpu = 'tlcpack/ci-cpu:20220629-060120-54f8176b4-validated' +ci_wasm = 'tlcpack/ci-wasm:20220629-060120-54f8176b4-validated' +ci_i386 = 'tlcpack/ci-i386:20220629-060120-54f8176b4-validated' +ci_qemu = 'tlcpack/ci-qemu:20220629-060120-54f8176b4-validated' +ci_arm = 'tlcpack/ci-arm:20220629-060120-54f8176b4-validated' +ci_hexagon = 'tlcpack/ci-hexagon:20220629-060120-54f8176b4-validated' // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images diff --git a/ci/jenkins/Jenkinsfile.j2 b/ci/jenkins/Jenkinsfile.j2 index 6f2f6a437044..eb5f6031ee71 100644 --- a/ci/jenkins/Jenkinsfile.j2 +++ b/ci/jenkins/Jenkinsfile.j2 @@ -51,14 +51,14 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils {% import 'ci/jenkins/macros.j2' as m with context -%} // 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: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' -ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e' -ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e' -ci_hexagon = 'tlcpack/ci-hexagon:20220603-203325-cee74c9f8' +ci_lint = 'tlcpack/ci-lint:20220629-060120-54f8176b4-validated' +ci_gpu = 'tlcpack/ci-gpu:20220629-060120-54f8176b4-validated' +ci_cpu = 'tlcpack/ci-cpu:20220629-060120-54f8176b4-validated' +ci_wasm = 'tlcpack/ci-wasm:20220629-060120-54f8176b4-validated' +ci_i386 = 'tlcpack/ci-i386:20220629-060120-54f8176b4-validated' +ci_qemu = 'tlcpack/ci-qemu:20220629-060120-54f8176b4-validated' +ci_arm = 'tlcpack/ci-arm:20220629-060120-54f8176b4-validated' +ci_hexagon = 'tlcpack/ci-hexagon:20220629-060120-54f8176b4-validated' // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images