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:
parent
bec115fbcf
commit
43ef605be5
2
.github/workflows/bsim-tests.yaml
vendored
2
.github/workflows/bsim-tests.yaml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
runs-on:
|
runs-on:
|
||||||
group: zephyr-runner-v2-linux-x64-4xlarge
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
env:
|
env:
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
|
|
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on:
|
runs-on:
|
||||||
group: zephyr-runner-v2-linux-x64-4xlarge
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on:
|
runs-on:
|
||||||
group: zephyr-runner-v2-linux-x64-4xlarge
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
2
.github/workflows/errno.yml
vendored
2
.github/workflows/errno.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
check-errno:
|
check-errno:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.9
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Apply container owner mismatch workaround
|
- name: Apply container owner mismatch workaround
|
||||||
|
|
2
.github/workflows/footprint-tracking.yml
vendored
2
.github/workflows/footprint-tracking.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
group: zephyr-runner-v2-linux-x64-4xlarge
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
if: github.repository_owner == 'zephyrproject-rtos'
|
if: github.repository_owner == 'zephyrproject-rtos'
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
4
.github/workflows/twister.yaml
vendored
4
.github/workflows/twister.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
runs-on:
|
runs-on:
|
||||||
group: zephyr-runner-v2-linux-x64-4xlarge
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
outputs:
|
outputs:
|
||||||
subset: ${{ steps.output-services.outputs.subset }}
|
subset: ${{ steps.output-services.outputs.subset }}
|
||||||
|
@ -129,7 +129,7 @@ jobs:
|
||||||
needs: twister-build-prep
|
needs: twister-build-prep
|
||||||
if: needs.twister-build-prep.outputs.size != 0
|
if: needs.twister-build-prep.outputs.size != 0
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
2
.github/workflows/twister_tests_blackbox.yml
vendored
2
.github/workflows/twister_tests_blackbox.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
|
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
|
||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04]
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.9
|
image: ghcr.io/zephyrproject-rtos/ci:v0.26.11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Apply Container Owner Mismatch Workaround
|
- name: Apply Container Owner Mismatch Workaround
|
||||||
|
|
Loading…
Reference in a new issue