Skip to content

Commit d73fda8

Browse files
committed
ci: Switch to CI image v0.27.4
This commit updates the CI workflows to use the CI image v0.27.4, which includes nrf-regtool v7.0.0. Signed-off-by: Carles Cufi <[email protected]> Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 4b4bba4 commit d73fda8

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
@@ -37,7 +37,7 @@ jobs:
3737
runs-on:
3838
group: zephyr-runner-v2-linux-x64-4xlarge
3939
container:
40-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.3.20241022
40+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
4141
options: '--entrypoint /bin/bash'
4242
env:
4343
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on:
1313
group: zephyr-runner-v2-linux-x64-4xlarge
1414
container:
15-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.3.20241022
15+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1616
options: '--entrypoint /bin/bash'
1717
strategy:
1818
fail-fast: false

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on:
1515
group: zephyr-runner-v2-linux-x64-4xlarge
1616
container:
17-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.3.20241022
17+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1818
options: '--entrypoint /bin/bash'
1919
strategy:
2020
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-22.04
1212
container:
13-
image: ghcr.io/zephyrproject-rtos/ci:v0.27.3
13+
image: ghcr.io/zephyrproject-rtos/ci:v0.27.4
1414

1515
steps:
1616
- name: Apply container owner mismatch workaround

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
group: zephyr-runner-v2-linux-x64-4xlarge
2727
if: github.repository_owner == 'zephyrproject-rtos'
2828
container:
29-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.3.20241022
29+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
3030
options: '--entrypoint /bin/bash'
3131
defaults:
3232
run:

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on:
2626
group: zephyr-runner-v2-linux-x64-4xlarge
2727
container:
28-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.3.20241022
28+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
2929
options: '--entrypoint /bin/bash'
3030
outputs:
3131
subset: ${{ steps.output-services.outputs.subset }}
@@ -130,7 +130,7 @@ jobs:
130130
needs: twister-build-prep
131131
if: needs.twister-build-prep.outputs.size != 0
132132
container:
133-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.3.20241022
133+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
134134
options: '--entrypoint /bin/bash'
135135
strategy:
136136
fail-fast: false

.github/workflows/twister_tests_blackbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ['3.10', '3.11', '3.12', '3.13']
2525
os: [ubuntu-22.04]
2626
container:
27-
image: ghcr.io/zephyrproject-rtos/ci:v0.27.3
27+
image: ghcr.io/zephyrproject-rtos/ci:v0.27.4
2828

2929
steps:
3030
- name: Apply Container Owner Mismatch Workaround

0 commit comments

Comments
 (0)