ci: Switch to CI image v0.26.11

This commit updates the CI workflows to use the CI image v0.26.11, which
includes bsim 2.2 and nrf-regtool 5.1.0.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2024-03-24 10:58:35 +09:00
parent bec115fbcf
commit 43ef605be5
7 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@ jobs:
runs-on:
group: zephyr-runner-v2-linux-x64-4xlarge
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.9.20240223
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
options: '--entrypoint /bin/bash'
env:
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

View file

@ -12,7 +12,7 @@ jobs:
runs-on:
group: zephyr-runner-v2-linux-x64-4xlarge
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.9.20240223
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -14,7 +14,7 @@ jobs:
runs-on:
group: zephyr-runner-v2-linux-x64-4xlarge
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.9.20240223
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -10,7 +10,7 @@ jobs:
check-errno:
runs-on: ubuntu-22.04
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.9
image: ghcr.io/zephyrproject-rtos/ci:v0.26.11
steps:
- name: Apply container owner mismatch workaround

View file

@ -26,7 +26,7 @@ jobs:
group: zephyr-runner-v2-linux-x64-4xlarge
if: github.repository_owner == 'zephyrproject-rtos'
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.9.20240223
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -25,7 +25,7 @@ jobs:
runs-on:
group: zephyr-runner-v2-linux-x64-4xlarge
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.9.20240223
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
options: '--entrypoint /bin/bash'
outputs:
subset: ${{ steps.output-services.outputs.subset }}
@ -129,7 +129,7 @@ jobs:
needs: twister-build-prep
if: needs.twister-build-prep.outputs.size != 0
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.9.20240223
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -24,7 +24,7 @@ jobs:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
os: [ubuntu-22.04]
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.9
image: ghcr.io/zephyrproject-rtos/ci:v0.26.11
steps:
- name: Apply Container Owner Mismatch Workaround