Skip to content

Commit 0d9fea8

Browse files
committed
ci: Switch to CI image v0.24.11
This commit updates the CI workflows to use the CI image v0.24.11 that includes BabbleSim v1.1.2, which improves simulation stability and fixes the intermittent failures currently reported by the Bluetooth test workflow. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent bb8b745 commit 0d9fea8

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
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository_owner == 'zephyrproject-rtos'
2121
runs-on: zephyr-runner-linux-x64-4xlarge
2222
container:
23-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.10
23+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
2424
options: '--entrypoint /bin/bash'
2525
volumes:
2626
- /repo-cache/zephyrproject:/github/cache/zephyrproject

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'zephyrproject-rtos'
1212
runs-on: zephyr-runner-linux-x64-4xlarge
1313
container:
14-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.10
14+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
1515
options: '--entrypoint /bin/bash'
1616
volumes:
1717
- /repo-cache/zephyrproject:/github/cache/zephyrproject

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository == 'zephyrproject-rtos/zephyr'
1414
runs-on: zephyr-runner-linux-x64-4xlarge
1515
container:
16-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.10
16+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
1717
options: '--entrypoint /bin/bash'
1818
volumes:
1919
- /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.10
13+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
1414
env:
1515
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.2
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.10
25+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
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.10
14+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
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
@@ -22,7 +22,7 @@ jobs:
2222
if: github.repository_owner == 'zephyrproject-rtos'
2323
runs-on: zephyr-runner-linux-x64-4xlarge
2424
container:
25-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.10
25+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
2626
options: '--entrypoint /bin/bash'
2727
volumes:
2828
- /repo-cache/zephyrproject:/github/cache/zephyrproject
@@ -118,7 +118,7 @@ jobs:
118118
needs: twister-build-prep
119119
if: needs.twister-build-prep.outputs.size != 0
120120
container:
121-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.10
121+
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
122122
options: '--entrypoint /bin/bash'
123123
volumes:
124124
- /repo-cache/zephyrproject:/github/cache/zephyrproject

0 commit comments

Comments
 (0)