File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 34
34
runs-on :
35
35
group : zephyr-runner-v2-linux-x64-4xlarge
36
36
container :
37
- image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
37
+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
38
38
options : ' --entrypoint /bin/bash'
39
39
env :
40
40
ZEPHYR_TOOLCHAIN_VARIANT : zephyr
Original file line number Diff line number Diff line change 12
12
runs-on :
13
13
group : zephyr-runner-v2-linux-x64-4xlarge
14
14
container :
15
- image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
15
+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
16
16
options : ' --entrypoint /bin/bash'
17
17
strategy :
18
18
fail-fast : false
Original file line number Diff line number Diff line change 14
14
runs-on :
15
15
group : zephyr-runner-v2-linux-x64-4xlarge
16
16
container :
17
- image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
17
+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
18
18
options : ' --entrypoint /bin/bash'
19
19
strategy :
20
20
fail-fast : false
Original file line number Diff line number Diff line change 10
10
check-errno :
11
11
runs-on : ubuntu-22.04
12
12
container :
13
- image : ghcr.io/zephyrproject-rtos/ci:v0.26.11
13
+ image : ghcr.io/zephyrproject-rtos/ci:v0.26.13
14
14
15
15
steps :
16
16
- name : Apply container owner mismatch workaround
Original file line number Diff line number Diff line change 26
26
group : zephyr-runner-v2-linux-x64-4xlarge
27
27
if : github.repository_owner == 'zephyrproject-rtos'
28
28
container :
29
- image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
29
+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
30
30
options : ' --entrypoint /bin/bash'
31
31
strategy :
32
32
fail-fast : false
Original file line number Diff line number Diff line change 25
25
runs-on :
26
26
group : zephyr-runner-v2-linux-x64-4xlarge
27
27
container :
28
- image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
28
+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
29
29
options : ' --entrypoint /bin/bash'
30
30
outputs :
31
31
subset : ${{ steps.output-services.outputs.subset }}
@@ -129,7 +129,7 @@ jobs:
129
129
needs : twister-build-prep
130
130
if : needs.twister-build-prep.outputs.size != 0
131
131
container :
132
- image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.11.20240324
132
+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601
133
133
options : ' --entrypoint /bin/bash'
134
134
strategy :
135
135
fail-fast : false
Original file line number Diff line number Diff line change 24
24
python-version : ['3.10', '3.11', '3.12']
25
25
os : [ubuntu-22.04]
26
26
container :
27
- image : ghcr.io/zephyrproject-rtos/ci:v0.26.11
27
+ image : ghcr.io/zephyrproject-rtos/ci:v0.26.13
28
28
29
29
steps :
30
30
- name : Apply Container Owner Mismatch Workaround
You can’t perform that action at this time.
0 commit comments