Skip to content

Commit dc4dc93

Browse files
committed
workflow: enable CNCF runners
This should allows to build and run amd64 qemu tests from github actions. Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent d201d0e commit dc4dc93

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ permissions:
3434
jobs:
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:

.github/workflows/run-kola-tests.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ on:
1717
jobs:
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

0 commit comments

Comments
 (0)