This is an automated email from the ASF dual-hosted git repository.
lukhut pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 317ec5209c [Docker] Update ci-cortexm docker image to contain CMSIS-NN
release v… (#15092)
317ec5209c is described below
commit 317ec5209cc57f1406e478fa11b91baa398904d9
Author: Ashutosh Parkhi <[email protected]>
AuthorDate: Thu Jun 15 09:26:24 2023 +0100
[Docker] Update ci-cortexm docker image to contain CMSIS-NN release v…
(#15092)
[Docker] Update ci-cortexm docker image to contain CMSIS-NN release v4.1.0
CMSIS-NN release
[v4.1.0](https://github.com/ARM-software/CMSIS-NN/releases/tag/v4.1.0) update
available with latest
tlcpack ci-cortexm image. This commit enables upstream
CI validations using the
[latest](https://hub.docker.com/layers/tlcpack/ci-cortexm/20230613-060122-21361a63a/images/sha256-5b5ccb9d938ffccb088c9c7ea6af7b2e7cc739979786645c2c2fa5642f3f3390?context=explore)
image.
---
ci/jenkins/docker-images.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/jenkins/docker-images.ini b/ci/jenkins/docker-images.ini
index c3757aac74..bc64b20446 100644
--- a/ci/jenkins/docker-images.ini
+++ b/ci/jenkins/docker-images.ini
@@ -18,7 +18,7 @@
# This data file is read during when Jenkins runs job to determine docker
images.
[jenkins]
ci_arm: tlcpack/ci-arm:20230504-142417-4d37a0a0
-ci_cortexm: tlcpack/ci-cortexm:20230504-142417-4d37a0a0
+ci_cortexm: tlcpack/ci-cortexm:20230613-060122-21361a63a
ci_cpu: tlcpack/ci_cpu:20230604-060130-0af9ff90e
ci_gpu: tlcpack/ci-gpu:20230504-142417-4d37a0a0
ci_hexagon: tlcpack/ci-hexagon:20230504-142417-4d37a0a0