Skip to content

Commit 5a57091

Browse files
FedeDPpoiana
authored andcommitted
chore(ci): switch to github-provided arm64 runners.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 1510ea3 commit 5a57091

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
build-libs-linux:
1818
name: build-libs-linux-${{ matrix.arch }} 😁 (${{ matrix.name }})
19-
runs-on: ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-22.04' }}
19+
runs-on: ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm') || 'ubuntu-22.04' }}
2020
strategy:
2121
fail-fast: false
2222
matrix:

.github/workflows/drivers_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# This job run all engine tests and scap-open
4040
test-scap:
4141
name: test-scap-${{ matrix.arch }} 😆 (bundled_deps)
42-
runs-on: ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-22.04' }}
42+
runs-on: ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm') || 'ubuntu-22.04' }}
4343
needs: paths-filter
4444
strategy:
4545
matrix:
@@ -104,7 +104,7 @@ jobs:
104104
105105
test-drivers:
106106
name: test-drivers-${{ matrix.arch }} 😇 (bundled_deps)
107-
runs-on: ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-22.04' }}
107+
runs-on: ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm') || 'ubuntu-22.04' }}
108108
needs: paths-filter
109109
strategy:
110110
matrix:

.github/workflows/e2e_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
build-test-e2e:
1717
name: build-test-e2e-${{ matrix.arch }} 😇 (bundled_deps)
18-
runs-on: ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-22.04' }}
18+
runs-on: ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm') || 'ubuntu-22.04' }}
1919
strategy:
2020
matrix:
2121
arch: [amd64, arm64]
@@ -105,7 +105,7 @@ jobs:
105105
test-e2e:
106106
name: test-e2e-${{ matrix.arch }}-${{ matrix.driver.name }} 😇 (bundled_deps)
107107
needs: [build-test-e2e]
108-
runs-on: ${{ (matrix.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-22.04' }}
108+
runs-on: ${{ (matrix.arch == 'arm64' && 'ubuntu-22.04-arm') || 'ubuntu-22.04' }}
109109
strategy:
110110
matrix:
111111
arch: [amd64, arm64]

.github/workflows/latest-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
needs: 'compute-latest-version'
7979
outputs:
8080
build: ${{ steps.build.outcome }}
81-
runs-on: 'github-arm64-2c-8gb'
81+
runs-on: 'ubuntu-22.04-arm'
8282
steps:
8383
- name: Download driverkit config
8484
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

0 commit comments

Comments
 (0)