Skip to content

Commit 3e8c576

Browse files
committed
[TEST] Zephyr SDK 0.17.0-rc2
1 parent 581d144 commit 3e8c576

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/twister.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
runs-on:
2626
group: zephyr-runner-v2-linux-x64-4xlarge
2727
container:
28-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
28+
image:
29+
ghcr.io/zephyrproject-rtos/ci:v0.27.2
2930
options: '--entrypoint /bin/bash'
3031
outputs:
3132
subset: ${{ steps.output-services.outputs.subset }}
@@ -130,7 +131,8 @@ jobs:
130131
needs: twister-build-prep
131132
if: needs.twister-build-prep.outputs.size != 0
132133
container:
133-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
134+
image:
135+
ghcr.io/zephyrproject-rtos/ci:v0.27.2
134136
options: '--entrypoint /bin/bash'
135137
strategy:
136138
fail-fast: false

SDK_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.8
1+
0.17.0-rc2

0 commit comments

Comments
 (0)