File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed
Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,7 @@ permissions:
3434jobs :
3535 packages :
3636 name : " Build Flatcar packages"
37- runs-on :
38- - self-hosted
39- - ubuntu
40- - build
41- - amd64
37+ runs-on : oracle-vm-32cpu-128gb-x86-64
4238 strategy :
4339 fail-fast : false
4440 matrix :
Original file line number Diff line number Diff line change 1717jobs :
1818 tests :
1919 name : " Run Kola tests"
20- runs-on :
21- - self-hosted
22- - ubuntu
23- - kola
24- - ${{ matrix.arch }}
20+ runs-on : oracle-16cpu-64gb-x86-64
2521 strategy :
2622 fail-fast : false
2723 matrix :
28- arch : ["amd64", "arm64" ]
24+ arch : ["amd64"]
2925
3026 steps :
3127 - name : Prepare machine
@@ -186,7 +182,7 @@ jobs:
186182
187183 source ci-automation/test.sh
188184
189- PARALLEL_ARCH=10
185+ PARALLEL_ARCH=5
190186
191187 cat > sdk_container/.env <<EOF
192188 # export the QEMU_IMAGE_NAME to avoid to download it.
@@ -239,10 +235,7 @@ jobs:
239235 name : " Merge TAP reports and post results"
240236 needs : tests
241237 if : always() && !cancelled()
242- runs-on :
243- - self-hosted
244- - ubuntu
245- - kola
238+ runs-on : oracle-16cpu-64gb-x86-64
246239 permissions :
247240 pull-requests : write
248241
You can’t perform that action at this time.
0 commit comments