This is an automated email from the ASF dual-hosted git repository. mousius pushed a commit to branch cmsis-image-update in repository https://gitbox.apache.org/repos/asf/tvm.git
commit c10fab666a800fd99cb3aee91a8f6509e40a84fa Author: Chris Sidebottom <[email protected]> AuthorDate: Tue May 17 10:33:26 2022 +0000 [CI] Update Docker images for new CMSIS-NN Updates ci_cpu and ci_qemu to pull in #11273 --- Jenkinsfile | 6 +++--- jenkins/Jenkinsfile.j2 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8512192578..c0fb3f5df2 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,16 +45,16 @@ // '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-13T12:39:39.064143 +// Generated at 2022-05-17T10:32:14.621387 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:20220513-055910-fa834f67e' -ci_cpu = 'tlcpack/ci-cpu:20220513-055910-fa834f67e' +ci_cpu = 'tlcpack/ci-cpu:20220517-094028-de21c8f2e' ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e' ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e' -ci_qemu = 'tlcpack/ci-qemu:20220513-055910-fa834f67e' +ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e' ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e' ci_hexagon = 'tlcpack/ci-hexagon:20220513-055910-fa834f67e' // <--- End of regex-scanned config. diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index 869447f8c3..3b2ca5d711 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -53,10 +53,10 @@ 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:20220513-055910-fa834f67e' -ci_cpu = 'tlcpack/ci-cpu:20220513-055910-fa834f67e' +ci_cpu = 'tlcpack/ci-cpu:20220517-094028-de21c8f2e' ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e' ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e' -ci_qemu = 'tlcpack/ci-qemu:20220513-055910-fa834f67e' +ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e' ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e' ci_hexagon = 'tlcpack/ci-hexagon:20220513-055910-fa834f67e' // <--- End of regex-scanned config.
