ci: use latest docker image: v0.26.14
new docker with an updated renode version and rust toolchains. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d8e4bc7ff0
commit
a0411ad2e1
5 changed files with 6 additions and 6 deletions
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.13.20240601
|
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
|
||||||
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.13.20240601
|
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
|
||||||
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.13.20240601
|
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
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.13.20240601
|
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
|
||||||
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.13.20240601
|
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
|
||||||
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.13.20240601
|
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.14.20240823
|
||||||
options: '--entrypoint /bin/bash'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue