Skip to content

Commit 914c4c6

Browse files
committed
ci: Switch to CI image v0.25.0
This commit updates the CI workflows to use the CI image v0.25.0, in order to pull in the Zephyr SDK 0.16.0 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 169270e commit 914c4c6

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
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository_owner == 'zephyrproject-rtos'
2222
runs-on: zephyr-runner-linux-x64-4xlarge
2323
container:
24-
image: ghcr.io/zephyrproject-rtos/ci:v0.24.11
24+
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
2525
options: '--entrypoint /bin/bash'
2626
volumes:
2727
- /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.11
14+
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
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.11
16+
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
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.11
13+
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
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.11
25+
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
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.11
14+
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
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.11
25+
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
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.24.11
123+
image: ghcr.io/zephyrproject-rtos/ci:v0.25.0
124124
options: '--entrypoint /bin/bash'
125125
volumes:
126126
- /repo-cache/zephyrproject:/github/cache/zephyrproject

0 commit comments

Comments
 (0)