From f544d5706c33a92637d7214c790d061f57665377 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 2 Sep 2025 22:38:18 +0900 Subject: [PATCH 1/2] ci: Switch to CI image v0.28.4 This commit updates the CI workflows to use the CI image v0.28.4, which includes Zephyr SDK 0.17.4. Signed-off-by: Stephanos Ioannidis --- .github/workflows/bsim-tests.yaml | 2 +- .github/workflows/clang.yaml | 2 +- .github/workflows/codecov.yaml | 2 +- .github/workflows/errno.yml | 2 +- .github/workflows/footprint-tracking.yml | 2 +- .github/workflows/twister.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bsim-tests.yaml b/.github/workflows/bsim-tests.yaml index 9bfb923e397ef..d0b73ccdad9c7 100644 --- a/.github/workflows/bsim-tests.yaml +++ b/.github/workflows/bsim-tests.yaml @@ -42,7 +42,7 @@ jobs: runs-on: group: zephyr-runner-v2-linux-x64-4xlarge container: - image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818 options: '--entrypoint /bin/bash' env: ZEPHYR_TOOLCHAIN_VARIANT: zephyr diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index d61f52bbce403..c87388440965a 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -18,7 +18,7 @@ jobs: runs-on: group: zephyr-runner-v2-linux-x64-4xlarge container: - image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818 options: '--entrypoint /bin/bash' strategy: fail-fast: false diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index bc5dd7e758d60..1d6a4dc28658c 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -17,7 +17,7 @@ jobs: runs-on: group: zephyr-runner-v2-linux-x64-4xlarge container: - image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818 options: '--entrypoint /bin/bash' strategy: fail-fast: false diff --git a/.github/workflows/errno.yml b/.github/workflows/errno.yml index ddbc5f33d2cc9..2c10c0be271c9 100644 --- a/.github/workflows/errno.yml +++ b/.github/workflows/errno.yml @@ -14,7 +14,7 @@ jobs: check-errno: runs-on: ubuntu-24.04 container: - image: ghcr.io/zephyrproject-rtos/ci:v0.28.2 + image: ghcr.io/zephyrproject-rtos/ci:v0.28.4 steps: - name: Apply container owner mismatch workaround diff --git a/.github/workflows/footprint-tracking.yml b/.github/workflows/footprint-tracking.yml index c10dea7101f95..0541334cb5ee0 100644 --- a/.github/workflows/footprint-tracking.yml +++ b/.github/workflows/footprint-tracking.yml @@ -28,7 +28,7 @@ jobs: group: zephyr-runner-v2-linux-x64-4xlarge if: github.repository_owner == 'zephyrproject-rtos' container: - image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818 options: '--entrypoint /bin/bash' defaults: run: diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index d5f214be9fb36..336e538a78626 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -127,7 +127,7 @@ jobs: needs: twister-build-prep if: needs.twister-build-prep.outputs.size != 0 container: - image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818 options: '--entrypoint /bin/bash' strategy: fail-fast: false From 64e3c471aa5e821a0e1c2866993e658340df11ed Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 2 Sep 2025 22:40:26 +0900 Subject: [PATCH 2/2] SDK_VERSION: Use Zephyr SDK 0.17.4 This commit updates ZEPHYR_SDK to point to the Zephyr SDK 0.17.4 release. Signed-off-by: Stephanos Ioannidis --- SDK_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDK_VERSION b/SDK_VERSION index c3d16c1646bdb..44e33a4117fca 100644 --- a/SDK_VERSION +++ b/SDK_VERSION @@ -1 +1 @@ -0.17.2 +0.17.4