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:
|
runs-on:
|
||||||
group: zephyr-runner-v2-linux-x64-4xlarge
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
env:
|
env:
|
||||||
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
|
||||||
|
|
4
.github/workflows/clang.yaml
vendored
4
.github/workflows/clang.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
runs-on:
|
runs-on:
|
||||||
group: zephyr-runner-v2-linux-x64-4xlarge
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
CCACHE_REMOTE_STORAGE: "redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3"
|
CCACHE_REMOTE_STORAGE: "redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3"
|
||||||
CCACHE_REMOTE_ONLY: "true"
|
CCACHE_REMOTE_ONLY: "true"
|
||||||
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
|
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
|
||||||
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
|
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20
|
||||||
BASE_REF: ${{ github.base_ref }}
|
BASE_REF: ${{ github.base_ref }}
|
||||||
steps:
|
steps:
|
||||||
- name: Apply container owner mismatch workaround
|
- 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:
|
runs-on:
|
||||||
group: zephyr-runner-v2-linux-x64-4xlarge
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
2
.github/workflows/errno.yml
vendored
2
.github/workflows/errno.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
check-errno:
|
check-errno:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/zephyrproject-rtos/ci:v0.27.4
|
image: ghcr.io/zephyrproject-rtos/ci:v0.28.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Apply container owner mismatch workaround
|
- 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
|
group: zephyr-runner-v2-linux-x64-4xlarge
|
||||||
if: github.repository_owner == 'zephyrproject-rtos'
|
if: github.repository_owner == 'zephyrproject-rtos'
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
4
.github/workflows/twister.yaml
vendored
4
.github/workflows/twister.yaml
vendored
|
@ -127,7 +127,7 @@ jobs:
|
||||||
needs: twister-build-prep
|
needs: twister-build-prep
|
||||||
if: needs.twister-build-prep.outputs.size != 0
|
if: needs.twister-build-prep.outputs.size != 0
|
||||||
container:
|
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'
|
options: '--entrypoint /bin/bash'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -148,7 +148,7 @@ jobs:
|
||||||
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -j 16'
|
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 }}
|
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||||
BASE_REF: ${{ github.base_ref }}
|
BASE_REF: ${{ github.base_ref }}
|
||||||
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
|
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20
|
||||||
steps:
|
steps:
|
||||||
- name: Print cloud service information
|
- name: Print cloud service information
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.17.0
|
0.17.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue