Skip to content

Commit 12d3236

Browse files
committed
ci: Switch to CI image 0.24.3
This commit updates the CI workflows to use the CI image 0.24.3, in order to pull in the LLVM/Clang 15 and Renode 1.13.1. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 1bb5568 commit 12d3236

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-20.04
2424
needs: bluetooth-test-prep
2525
container:
26-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
26+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.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.24.2
17+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.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.24.2
21+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.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-20.04
1212
container:
13-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
13+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
1414
env:
1515
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
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.24.2
30+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.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.24.2
19+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.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.24.2
30+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
3131
options: '--entrypoint /bin/bash'
3232
volumes:
3333
- /home/runners/zephyrproject:/github/cache/zephyrproject
@@ -119,7 +119,7 @@ jobs:
119119
needs: twister-build-prep
120120
if: needs.twister-build-prep.outputs.size != 0
121121
container:
122-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
122+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
123123
options: '--entrypoint /bin/bash'
124124
volumes:
125125
- /home/runners/zephyrproject:/github/cache/zephyrproject

0 commit comments

Comments
 (0)