ci: Switch to CI image 0.24.6
This commit updates the CI workflows to use the CI image 0.24.6, in order to pull in the Zephyr SDK 0.15.2 release. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
3915754ac3
commit
7e008d2b18
2
.github/workflows/bluetooth-tests.yaml
vendored
2
.github/workflows/bluetooth-tests.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
bluetooth-test:
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.6
|
||||
options: '--entrypoint /bin/bash'
|
||||
env:
|
||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||
|
||||
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
if: github.repository_owner == 'zephyrproject-rtos'
|
||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.6
|
||||
options: '--entrypoint /bin/bash'
|
||||
volumes:
|
||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||
|
||||
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.6
|
||||
options: '--entrypoint /bin/bash'
|
||||
volumes:
|
||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||
|
||||
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.5
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.6
|
||||
env:
|
||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.1
|
||||
|
||||
|
||||
2
.github/workflows/footprint-tracking.yml
vendored
2
.github/workflows/footprint-tracking.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.6
|
||||
options: '--entrypoint /bin/bash'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
2
.github/workflows/footprint.yml
vendored
2
.github/workflows/footprint.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.6
|
||||
options: '--entrypoint /bin/bash'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
4
.github/workflows/twister.yaml
vendored
4
.github/workflows/twister.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
if: github.repository_owner == 'zephyrproject-rtos'
|
||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.6
|
||||
options: '--entrypoint /bin/bash'
|
||||
volumes:
|
||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||
@ -118,7 +118,7 @@ jobs:
|
||||
needs: twister-build-prep
|
||||
if: needs.twister-build-prep.outputs.size != 0
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.5
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.24.6
|
||||
options: '--entrypoint /bin/bash'
|
||||
volumes:
|
||||
- /repo-cache/zephyrproject:/github/cache/zephyrproject
|
||||
|
||||
Loading…
Reference in New Issue
Block a user