Skip to content

Commit cf715bc

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]> (cherry picked from commit e5b17ee)
1 parent 2f5071f commit cf715bc

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
@@ -19,7 +19,7 @@ jobs:
1919
bluetooth-test:
2020
runs-on: ubuntu-20.04
2121
container:
22-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
22+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
2323
options: '--entrypoint /bin/bash'
2424
env:
2525
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
clang-build:
1111
runs-on: zephyr-runner-linux-x64-4xlarge
1212
container:
13-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
13+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
1414
options: '--entrypoint /bin/bash'
1515
volumes:
1616
- /repo-cache/zephyrproject:/github/cache/zephyrproject

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
codecov:
1313
runs-on: zephyr-runner-linux-x64-4xlarge
1414
container:
15-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
15+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
1616
options: '--entrypoint /bin/bash'
1717
volumes:
1818
- /repo-cache/zephyrproject:/github/cache/zephyrproject

.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
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
if: github.repository == 'zephyrproject-rtos/zephyr'
2424
container:
25-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
25+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
2626
options: '--entrypoint /bin/bash'
2727
strategy:
2828
fail-fast: false

.github/workflows/footprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
if: github.repository == 'zephyrproject-rtos/zephyr'
1313
container:
14-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
14+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
1515
options: '--entrypoint /bin/bash'
1616
strategy:
1717
fail-fast: false

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
twister-build-prep:
2222
runs-on: zephyr-runner-linux-x64-4xlarge
2323
container:
24-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
24+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
2525
options: '--entrypoint /bin/bash'
2626
volumes:
2727
- /repo-cache/zephyrproject:/github/cache/zephyrproject
@@ -117,7 +117,7 @@ jobs:
117117
needs: twister-build-prep
118118
if: needs.twister-build-prep.outputs.size != 0
119119
container:
120-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
120+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
121121
options: '--entrypoint /bin/bash'
122122
volumes:
123123
- /repo-cache/zephyrproject:/github/cache/zephyrproject

0 commit comments

Comments
 (0)