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:
8
8
9
9
jobs :
10
10
clang-build :
11
- runs-on : zephyr-runner-v2-linux-x64-4xlarge
11
+ runs-on :
12
+ group : zephyr-runner-v2-linux-x64-4xlarge
12
13
container :
13
14
image : zephyrprojectrtos/ci:v0.18.4
14
15
options : ' --entrypoint /bin/bash'
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ concurrency:
10
10
11
11
jobs :
12
12
codecov :
13
- runs-on : zephyr-runner-v2-linux-x64-4xlarge
13
+ runs-on :
14
+ group : zephyr-runner-v2-linux-x64-4xlarge
14
15
container :
15
16
image : zephyrprojectrtos/ci:v0.18.4
16
17
options : ' --entrypoint /bin/bash'
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ concurrency:
17
17
18
18
jobs :
19
19
twister-build-prep :
20
- runs-on : zephyr-runner-v2-linux-x64-4xlarge
20
+ runs-on :
21
+ group : zephyr-runner-v2-linux-x64-4xlarge
21
22
container :
22
23
image : zephyrprojectrtos/ci:v0.18.4
23
24
options : ' --entrypoint /bin/bash'
@@ -106,7 +107,8 @@ jobs:
106
107
echo "size=${size}" >> $GITHUB_OUTPUT
107
108
108
109
twister-build :
109
- runs-on : zephyr-runner-v2-linux-x64-4xlarge
110
+ runs-on :
111
+ group : zephyr-runner-v2-linux-x64-4xlarge
110
112
needs : twister-build-prep
111
113
if : needs.twister-build-prep.outputs.size != 0
112
114
container :
You can’t perform that action at this time.
0 commit comments