Skip to content

Commit 702677e

Browse files
stephanosiombolivar-nordic
authored andcommitted
ci: Switch to CI image 0.23.3
This commit updates the CI workflows to use the CI image 0.23.3, in order to pull in the Zephyr SDK 0.14.2 and other minor enhancements and bug fixes detailed in the docker-image release notes. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent e0e9ec7 commit 702677e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/bluetooth-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
needs: bluetooth-test-prep
2525
container:
26-
image: ghcr.io/zephyrproject-rtos/ci:v0.23.0
26+
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
2727
options: '--entrypoint /bin/bash'
2828
env:
2929
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: zephyr_runner
1515
needs: clang-build-prep
1616
container:
17-
image: ghcr.io/zephyrproject-rtos/ci:v0.23.0
17+
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
1818
options: '--entrypoint /bin/bash'
1919
volumes:
2020
- /home/runners/zephyrproject:/github/cache/zephyrproject

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: zephyr_runner
1919
needs: codecov-prep
2020
container:
21-
image: ghcr.io/zephyrproject-rtos/ci:v0.23.0
21+
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
2222
options: '--entrypoint /bin/bash'
2323
strategy:
2424
fail-fast: false

.github/workflows/errno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check-errno:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/zephyrproject-rtos/ci:v0.23.0
13+
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
1414
env:
1515
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.14.1
1616

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.repository == 'zephyrproject-rtos/zephyr'
2828
needs: footprint-tracking-cancel
2929
container:
30-
image: ghcr.io/zephyrproject-rtos/ci:v0.23.0
30+
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
3131
options: '--entrypoint /bin/bash'
3232
strategy:
3333
fail-fast: false

.github/workflows/footprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository == 'zephyrproject-rtos/zephyr'
1717
needs: footprint-cancel
1818
container:
19-
image: ghcr.io/zephyrproject-rtos/ci:v0.23.0
19+
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
2020
options: '--entrypoint /bin/bash'
2121
strategy:
2222
fail-fast: false

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: zephyr_runner
2828
needs: twister-build-cleanup
2929
container:
30-
image: ghcr.io/zephyrproject-rtos/ci:v0.23.0
30+
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
3131
options: '--entrypoint /bin/bash'
3232
volumes:
3333
- /home/runners/zephyrproject:/github/cache/zephyrproject
@@ -120,7 +120,7 @@ jobs:
120120
needs: twister-build-prep
121121
if: needs.twister-build-prep.outputs.size != 0
122122
container:
123-
image: ghcr.io/zephyrproject-rtos/ci:v0.23.0
123+
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
124124
options: '--entrypoint /bin/bash'
125125
volumes:
126126
- /home/runners/zephyrproject:/github/cache/zephyrproject

0 commit comments

Comments
 (0)