File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ concurrency:
88
99jobs :
1010 clang-build :
11- runs-on : zephyr-runner-v2-linux-x64-4xlarge
11+ runs-on :
12+ group : zephyr-runner-v2-linux-x64-4xlarge
1213 container :
1314 image : zephyrprojectrtos/ci:v0.18.4
1415 options : ' --entrypoint /bin/bash'
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ concurrency:
1010
1111jobs :
1212 codecov :
13- runs-on : zephyr-runner-v2-linux-x64-4xlarge
13+ runs-on :
14+ group : zephyr-runner-v2-linux-x64-4xlarge
1415 container :
1516 image : zephyrprojectrtos/ci:v0.18.4
1617 options : ' --entrypoint /bin/bash'
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ concurrency:
1717
1818jobs :
1919 twister-build-prep :
20- runs-on : zephyr-runner-v2-linux-x64-4xlarge
20+ runs-on :
21+ group : zephyr-runner-v2-linux-x64-4xlarge
2122 container :
2223 image : zephyrprojectrtos/ci:v0.18.4
2324 options : ' --entrypoint /bin/bash'
@@ -106,7 +107,8 @@ jobs:
106107 echo "size=${size}" >> $GITHUB_OUTPUT
107108
108109 twister-build :
109- runs-on : zephyr-runner-v2-linux-x64-4xlarge
110+ runs-on :
111+ group : zephyr-runner-v2-linux-x64-4xlarge
110112 needs : twister-build-prep
111113 if : needs.twister-build-prep.outputs.size != 0
112114 container :
You can’t perform that action at this time.
0 commit comments