From 732c80f3e9ae8932d75a5bf4824fa53aab65102a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 21 May 2025 12:05:00 -0400 Subject: [PATCH] ci: use new docker image v0.28.0.20250523 New docker image with SDK 0.17.1 and update docker base is (ubuntu 24.04). Signed-off-by: Anas Nashif --- .github/workflows/bsim-tests.yaml | 2 +- .github/workflows/clang.yaml | 4 ++-- .github/workflows/codecov.yaml | 2 +- .github/workflows/errno.yml | 2 +- .github/workflows/footprint-tracking.yml | 2 +- .github/workflows/twister.yaml | 4 ++-- SDK_VERSION | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bsim-tests.yaml b/.github/workflows/bsim-tests.yaml index 60d4187cfe3..81473f734e7 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.27.4.20241026 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523 options: '--entrypoint /bin/bash' env: ZEPHYR_TOOLCHAIN_VARIANT: zephyr diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index 752ced43895..04bc190fd13 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.27.4.20241026 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523 options: '--entrypoint /bin/bash' strategy: fail-fast: false @@ -29,7 +29,7 @@ jobs: CCACHE_REMOTE_STORAGE: "redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3" CCACHE_REMOTE_ONLY: "true" CCACHE_IGNOREOPTIONS: '-specs=* --specs=*' - LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16 + LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20 BASE_REF: ${{ github.base_ref }} steps: - name: Apply container owner mismatch workaround diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 2cd4ab16d9a..0a048b95f28 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.27.4.20241026 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523 options: '--entrypoint /bin/bash' strategy: fail-fast: false diff --git a/.github/workflows/errno.yml b/.github/workflows/errno.yml index a035936216f..d41d97b9d42 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.27.4 + image: ghcr.io/zephyrproject-rtos/ci:v0.28.0 steps: - name: Apply container owner mismatch workaround diff --git a/.github/workflows/footprint-tracking.yml b/.github/workflows/footprint-tracking.yml index cb4d1e6650c..1e4eeaa76b4 100644 --- a/.github/workflows/footprint-tracking.yml +++ b/.github/workflows/footprint-tracking.yml @@ -29,7 +29,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.27.4.20241026 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523 options: '--entrypoint /bin/bash' defaults: run: diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index a40bbbef660..c354420508e 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.27.4.20241026 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523 options: '--entrypoint /bin/bash' strategy: fail-fast: false @@ -148,7 +148,7 @@ jobs: PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -j 16' COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} BASE_REF: ${{ github.base_ref }} - LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16 + LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20 steps: - name: Print cloud service information run: | diff --git a/SDK_VERSION b/SDK_VERSION index c5523bd09b1..7cca7711a0d 100644 --- a/SDK_VERSION +++ b/SDK_VERSION @@ -1 +1 @@ -0.17.0 +0.17.1