Skip to content

Commit 36bc2f3

Browse files
stephanosionashif
authored andcommitted
ci: Switch to CI image v0.28.5
This commit updates the CI workflows to use the CI image v0.28.5, which adds Node.js runtime and the TF-M Python dependencies. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 9a440ec commit 36bc2f3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on:
4343
group: zephyr-runner-v2-linux-x64-4xlarge
4444
container:
45-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
45+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.5.20250930
4646
options: '--entrypoint /bin/bash'
4747
env:
4848
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on:
1919
group: zephyr-runner-v2-linux-x64-4xlarge
2020
container:
21-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
21+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.5.20250930
2222
options: '--entrypoint /bin/bash'
2323
strategy:
2424
fail-fast: false

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on:
2121
group: zephyr-runner-v2-linux-x64-4xlarge
2222
container:
23-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
23+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.5.20250930
2424
options: '--entrypoint /bin/bash'
2525
strategy:
2626
fail-fast: false

.github/workflows/errno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
check-errno:
1515
runs-on: ubuntu-24.04
1616
container:
17-
image: ghcr.io/zephyrproject-rtos/ci:v0.28.4
17+
image: ghcr.io/zephyrproject-rtos/ci:v0.28.5
1818

1919
steps:
2020
- name: Apply container owner mismatch workaround

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
group: zephyr-runner-v2-linux-x64-4xlarge
2929
if: github.repository_owner == 'zephyrproject-rtos'
3030
container:
31-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
31+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.5.20250930
3232
options: '--entrypoint /bin/bash'
3333
defaults:
3434
run:

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
needs: twister-build-prep
129129
if: needs.twister-build-prep.outputs.size != 0
130130
container:
131-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
131+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.5.20250930
132132
options: '--entrypoint /bin/bash'
133133
strategy:
134134
fail-fast: false

0 commit comments

Comments
 (0)