This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch ci-gpu-cpu-update in repository https://gitbox.apache.org/repos/asf/tvm.git
commit d76c242d3b24387a77b17f1a86024c0a72e56385 Author: Masahiro Masuda <[email protected]> AuthorDate: Thu May 19 17:52:07 2022 +0900 [CI] Update CPU and GPU image --- Jenkinsfile | 6 +++--- jenkins/Jenkinsfile.j2 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7472b4a77d..92d5455790 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,13 +45,13 @@ // '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-05-19T15:44:16.656191 +// Generated at 2022-05-19T17:51:44.226223 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 = 'tlcpackstaging/ci_gpu:20220519-055908-ddfa1da69' -ci_cpu = 'tlcpackstaging/ci_cpu:20220519-055908-ddfa1da69' +ci_gpu = 'tlcpack/ci-gpu:20220519-055908-ddfa1da69' +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' diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index fa56367284..0c07149af7 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -52,8 +52,8 @@ 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 = 'tlcpackstaging/ci_gpu:20220519-055908-ddfa1da69' -ci_cpu = 'tlcpackstaging/ci_cpu:20220519-055908-ddfa1da69' +ci_gpu = 'tlcpack/ci-gpu:20220519-055908-ddfa1da69' +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'
