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>
This commit is contained in:
parent
b8f3263df0
commit
732c80f3e9
7 changed files with 9 additions and 9 deletions
2
.github/workflows/bsim-tests.yaml
vendored
2
.github/workflows/bsim-tests.yaml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/clang.yaml
vendored
4
.github/workflows/clang.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/errno.yml
vendored
2
.github/workflows/errno.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/footprint-tracking.yml
vendored
2
.github/workflows/footprint-tracking.yml
vendored
|
@ -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:
|
||||
|
|
4
.github/workflows/twister.yaml
vendored
4
.github/workflows/twister.yaml
vendored
|
@ -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: |
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.17.0
|
||||
0.17.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue