ci: Switch to CI image 0.24.3
This commit updates the CI workflows to use the CI image 0.24.3, in order to pull in the LLVM/Clang 15 and Renode 1.13.1. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
e43aebbdda
commit
e5b17ee043
7 changed files with 8 additions and 8 deletions
2
.github/workflows/bluetooth-tests.yaml
vendored
2
.github/workflows/bluetooth-tests.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
needs: bluetooth-test-prep
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
|
||||
options: '--entrypoint /bin/bash'
|
||||
env:
|
||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||
|
|
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: zephyr_runner
|
||||
needs: clang-build-prep
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
|
||||
options: '--entrypoint /bin/bash'
|
||||
volumes:
|
||||
- /home/runners/zephyrproject:/github/cache/zephyrproject
|
||||
|
|
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: zephyr_runner
|
||||
needs: codecov-prep
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
|
||||
options: '--entrypoint /bin/bash'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
2
.github/workflows/errno.yml
vendored
2
.github/workflows/errno.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
check-errno:
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
|
||||
env:
|
||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
|
||||
|
||||
|
|
2
.github/workflows/footprint-tracking.yml
vendored
2
.github/workflows/footprint-tracking.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
needs: footprint-tracking-cancel
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
|
||||
options: '--entrypoint /bin/bash'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
2
.github/workflows/footprint.yml
vendored
2
.github/workflows/footprint.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
needs: footprint-cancel
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
|
||||
options: '--entrypoint /bin/bash'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
4
.github/workflows/twister.yaml
vendored
4
.github/workflows/twister.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: zephyr_runner
|
||||
needs: twister-build-cleanup
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
|
||||
options: '--entrypoint /bin/bash'
|
||||
volumes:
|
||||
- /home/runners/zephyrproject:/github/cache/zephyrproject
|
||||
|
@ -121,7 +121,7 @@ jobs:
|
|||
needs: twister-build-prep
|
||||
if: needs.twister-build-prep.outputs.size != 0
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
|
||||
options: '--entrypoint /bin/bash'
|
||||
volumes:
|
||||
- /home/runners/zephyrproject:/github/cache/zephyrproject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue