Skip to content

Commit 7f3326a

Browse files
stephanosiocfriedt
authored andcommitted
ci: Use CI Docker image v0.26.2
This commit updates the CI workflows to use the CI image v0.26.2, which includes the west-based BabbleSim installation. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent a341a71 commit 7f3326a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: github.repository_owner == 'zephyrproject-rtos'
2929
runs-on: zephyr-runner-linux-x64-4xlarge
3030
container:
31-
image: ghcr.io/zephyrproject-rtos/ci:v0.26.1
31+
image: ghcr.io/zephyrproject-rtos/ci:v0.26.2
3232
options: '--entrypoint /bin/bash'
3333
volumes:
3434
- /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.26.1
14+
image: ghcr.io/zephyrproject-rtos/ci:v0.26.2
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.26.1
16+
image: ghcr.io/zephyrproject-rtos/ci:v0.26.2
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-22.04
1212
container:
13-
image: ghcr.io/zephyrproject-rtos/ci:v0.26.1
13+
image: ghcr.io/zephyrproject-rtos/ci:v0.26.2
1414
env:
1515
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.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-22.04
2323
if: github.repository == 'zephyrproject-rtos/zephyr'
2424
container:
25-
image: ghcr.io/zephyrproject-rtos/ci:v0.26.1
25+
image: ghcr.io/zephyrproject-rtos/ci:v0.26.2
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-22.04
1212
if: github.repository == 'zephyrproject-rtos/zephyr'
1313
container:
14-
image: ghcr.io/zephyrproject-rtos/ci:v0.26.1
14+
image: ghcr.io/zephyrproject-rtos/ci:v0.26.2
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.26.1
25+
image: ghcr.io/zephyrproject-rtos/ci:v0.26.2
2626
options: '--entrypoint /bin/bash'
2727
volumes:
2828
- /repo-cache/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.26.1
123+
image: ghcr.io/zephyrproject-rtos/ci:v0.26.2
124124
options: '--entrypoint /bin/bash'
125125
volumes:
126126
- /repo-cache/zephyrproject:/github/cache/zephyrproject

0 commit comments

Comments
 (0)