Browse Source

ci: use 0.28.1 docker image with 0.17.2 sdk

Use new docker with SDK 0.17.2.

SDK 0.17.2 has a new Qemu with improved support for RX architecture.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
pull/83644/head
Anas Nashif 2 weeks ago
parent
commit
4ca1f3eb4e
  1. 2
      .github/workflows/bsim-tests.yaml
  2. 2
      .github/workflows/clang.yaml
  3. 2
      .github/workflows/codecov.yaml
  4. 2
      .github/workflows/footprint-tracking.yml
  5. 2
      .github/workflows/twister.yaml

2
.github/workflows/bsim-tests.yaml

@ -42,7 +42,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.28.0.20250523 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
env: env:
ZEPHYR_TOOLCHAIN_VARIANT: zephyr ZEPHYR_TOOLCHAIN_VARIANT: zephyr

2
.github/workflows/clang.yaml

@ -18,7 +18,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.28.0.20250523 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
strategy: strategy:
fail-fast: false fail-fast: false

2
.github/workflows/codecov.yaml

@ -17,7 +17,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.28.0.20250523 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
strategy: strategy:
fail-fast: false fail-fast: false

2
.github/workflows/footprint-tracking.yml

@ -28,7 +28,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.28.0.20250523 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
defaults: defaults:
run: run:

2
.github/workflows/twister.yaml

@ -127,7 +127,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.28.0.20250523 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash' options: '--entrypoint /bin/bash'
strategy: strategy:
fail-fast: false fail-fast: false

Loading…
Cancel
Save