Skip to content

Commit 231e3c5

Browse files
parthitcenashif
authored andcommitted
ci: update docker images to v0.29.3.20260727
Primary changes pulled as part of this tag are, - TriCore GCC compilation permission fix - BSIM to v3.1 - Hexagon LLVM toolchain - ARM Corstone-1000 FVP version to 11.31 Docker Cache tag: https://github.com/zephyrproject-rtos/docker-ci-repo-cache/releases/tag/v0.29.3.20260727 Docker image tag: https://github.com/zephyrproject-rtos/docker-image/releases/tag/v0.29.3 Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
1 parent 0d4ac0d commit 231e3c5

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/bsim-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
group: zephyr-runner-v2-linux-x64-4xlarge
4444
timeout-minutes: 120
4545
container:
46-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
46+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
4747
options: '--entrypoint /bin/bash'
4848
env:
4949
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
group: zephyr-runner-v2-linux-x64-4xlarge
2222
timeout-minutes: 360
2323
container:
24-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
24+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
2525
options: '--entrypoint /bin/bash'
2626
strategy:
2727
fail-fast: false

.github/workflows/coding_guidelines_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
group: zephyr-runner-v2-linux-x64-4xlarge
1717
timeout-minutes: 300
1818
container:
19-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
19+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
2020
options: '--entrypoint /bin/bash'
2121
permissions:
2222
contents: read

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
runs-on:
7171
group: zephyr-runner-v2-linux-x64-4xlarge
7272
container:
73-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
73+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
7474
options: '--entrypoint /bin/bash'
7575
timeout-minutes: 60
7676
concurrency:

.github/workflows/doxygen-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on:
4545
group: zephyr-runner-v2-linux-x64-4xlarge
4646
container:
47-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
47+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
4848
options: '--entrypoint /bin/bash'
4949
timeout-minutes: 60
5050
env:

.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
timeout-minutes: 120
3030
if: github.repository_owner == 'zephyrproject-rtos'
3131
container:
32-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
32+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
3333
options: '--entrypoint /bin/bash'
3434
defaults:
3535
run:

.github/workflows/push_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on:
3333
group: zephyr-runner-v2-linux-x64-4xlarge
3434
container:
35-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
35+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
3636
options: '--entrypoint /bin/bash'
3737
timeout-minutes: 360
3838
env:

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
group: zephyr-runner-v2-linux-x64-4xlarge
3030
timeout-minutes: 60
3131
container:
32-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
32+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
3333
options: '--entrypoint /bin/bash'
3434
outputs:
3535
subset: ${{ steps.output-services.outputs.subset }}
@@ -156,7 +156,7 @@ jobs:
156156
needs: twister-build-prep
157157
if: needs.twister-build-prep.outputs.size != 0
158158
container:
159-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.2.20260422
159+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.29.3.20260727
160160
options: '--entrypoint /bin/bash'
161161
strategy:
162162
fail-fast: false

0 commit comments

Comments
 (0)