Skip to content

Commit 732c80f

Browse files
committed
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 <anas.nashif@intel.com>
1 parent b8f3263 commit 732c80f

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on:
4343
group: zephyr-runner-v2-linux-x64-4xlarge
4444
container:
45-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
45+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
4646
options: '--entrypoint /bin/bash'
4747
env:
4848
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

.github/workflows/clang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on:
1919
group: zephyr-runner-v2-linux-x64-4xlarge
2020
container:
21-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
21+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
2222
options: '--entrypoint /bin/bash'
2323
strategy:
2424
fail-fast: false
@@ -29,7 +29,7 @@ jobs:
2929
CCACHE_REMOTE_STORAGE: "redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3"
3030
CCACHE_REMOTE_ONLY: "true"
3131
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
32-
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
32+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20
3333
BASE_REF: ${{ github.base_ref }}
3434
steps:
3535
- name: Apply container owner mismatch workaround

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on:
1818
group: zephyr-runner-v2-linux-x64-4xlarge
1919
container:
20-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
20+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
2121
options: '--entrypoint /bin/bash'
2222
strategy:
2323
fail-fast: false

.github/workflows/errno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
check-errno:
1414
runs-on: ubuntu-24.04
1515
container:
16-
image: ghcr.io/zephyrproject-rtos/ci:v0.27.4
16+
image: ghcr.io/zephyrproject-rtos/ci:v0.28.0
1717

1818
steps:
1919
- name: Apply container owner mismatch workaround

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
group: zephyr-runner-v2-linux-x64-4xlarge
3030
if: github.repository_owner == 'zephyrproject-rtos'
3131
container:
32-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
32+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
3333
options: '--entrypoint /bin/bash'
3434
defaults:
3535
run:

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
needs: twister-build-prep
128128
if: needs.twister-build-prep.outputs.size != 0
129129
container:
130-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
130+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
131131
options: '--entrypoint /bin/bash'
132132
strategy:
133133
fail-fast: false
@@ -148,7 +148,7 @@ jobs:
148148
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -j 16'
149149
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
150150
BASE_REF: ${{ github.base_ref }}
151-
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
151+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20
152152
steps:
153153
- name: Print cloud service information
154154
run: |

SDK_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.0
1+
0.17.1

0 commit comments

Comments
 (0)