From 70e424d8428eaf26c593510d6fdd135707a2d21c 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 (cherry picked from commit 13ba04fd1fb9a8d65ea3c893c8e5df70040c3d75) --- .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 16b06b46a5f98..7d34ef5c0110e 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 d41d97b9d4276..4fd591a9efc0f 100644 --- a/.github/workflows/errno.yml +++ b/.github/workflows/errno.yml @@ -13,7 +13,7 @@ jobs: check-errno: runs-on: ubuntu-24.04 container: - image: ghcr.io/zephyrproject-rtos/ci:v0.28.0 + 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 5d685f0b4fe56..e150d0207e6d5 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 c14d05058e786099f9e91d6002cf29d836fdc4b2 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 (cherry picked from commit 59a5909abbffefa2e65a7374111de5a604a7fe70) --- 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