ci: Switch to CI image v0.26.7

This commit updates the CI workflows to use the CI image v0.26.7, in order
to pull in the Zephyr SDK 0.16.5 release.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2024-02-01 02:22:08 +00:00 committed by Anas Nashif
parent d7328eac67
commit eb144c05fe
8 changed files with 9 additions and 9 deletions

View file

@ -32,7 +32,7 @@ jobs:
if: github.repository_owner == 'zephyrproject-rtos' if: github.repository_owner == 'zephyrproject-rtos'
runs-on: zephyr-runner-linux-x64-4xlarge runs-on: zephyr-runner-linux-x64-4xlarge
container: container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
volumes: volumes:
- /repo-cache/zephyrproject:/github/cache/zephyrproject - /repo-cache/zephyrproject:/github/cache/zephyrproject

View file

@ -11,7 +11,7 @@ jobs:
if: github.repository_owner == 'zephyrproject-rtos' if: github.repository_owner == 'zephyrproject-rtos'
runs-on: zephyr-runner-linux-x64-4xlarge runs-on: zephyr-runner-linux-x64-4xlarge
container: container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
volumes: volumes:
- /repo-cache/zephyrproject:/github/cache/zephyrproject - /repo-cache/zephyrproject:/github/cache/zephyrproject

View file

@ -13,7 +13,7 @@ jobs:
if: github.repository == 'zephyrproject-rtos/zephyr' if: github.repository == 'zephyrproject-rtos/zephyr'
runs-on: zephyr-runner-linux-x64-4xlarge runs-on: zephyr-runner-linux-x64-4xlarge
container: container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
volumes: volumes:
- /repo-cache/zephyrproject:/github/cache/zephyrproject - /repo-cache/zephyrproject:/github/cache/zephyrproject

View file

@ -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.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
steps: steps:
- name: Apply container owner mismatch workaround - name: Apply container owner mismatch workaround

View file

@ -25,7 +25,7 @@ jobs:
runs-on: zephyr-runner-linux-x64-4xlarge runs-on: zephyr-runner-linux-x64-4xlarge
if: github.repository_owner == 'zephyrproject-rtos' if: github.repository_owner == 'zephyrproject-rtos'
container: container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
strategy: strategy:
fail-fast: false fail-fast: false

View file

@ -11,7 +11,7 @@ jobs:
runs-on: zephyr-runner-linux-x64-4xlarge runs-on: zephyr-runner-linux-x64-4xlarge
if: github.repository == 'zephyrproject-rtos/zephyr' if: github.repository == 'zephyrproject-rtos/zephyr'
container: container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
strategy: strategy:
fail-fast: false fail-fast: false

View file

@ -24,7 +24,7 @@ jobs:
if: github.repository_owner == 'zephyrproject-rtos' if: github.repository_owner == 'zephyrproject-rtos'
runs-on: zephyr-runner-linux-x64-4xlarge runs-on: zephyr-runner-linux-x64-4xlarge
container: container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
volumes: volumes:
- /repo-cache/zephyrproject:/github/cache/zephyrproject - /repo-cache/zephyrproject:/github/cache/zephyrproject
@ -123,7 +123,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:v0.26.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
volumes: volumes:
- /repo-cache/zephyrproject:/github/cache/zephyrproject - /repo-cache/zephyrproject:/github/cache/zephyrproject

View file

@ -22,7 +22,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.6 image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
steps: steps:
- name: Apply Container Owner Mismatch Workaround - name: Apply Container Owner Mismatch Workaround