Skip to content

Commit 3bc95a2

Browse files
LucaGuerrapoiana
authored andcommitted
update(ci): replace aarch64 actuated runners with oracle
Signed-off-by: Luca Guerra <[email protected]>
1 parent c209073 commit 3bc95a2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/reusable_build_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions:
3939
jobs:
4040
build-and-test:
4141
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
42-
runs-on: ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-22.04' }}
42+
runs-on: ${{ (inputs.arch == 'aarch64' && 'oracle-aarch64-4cpu-16gb') || 'ubuntu-22.04' }}
4343
outputs:
4444
cmdout: ${{ steps.run_cmd.outputs.out }}
4545
steps:

.github/workflows/reusable_build_docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ permissions:
3131
jobs:
3232
build-docker:
3333
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
34-
runs-on: ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }}
34+
runs-on: ${{ (inputs.arch == 'aarch64' && 'oracle-aarch64-4cpu-16gb') || 'ubuntu-latest' }}
3535
env:
3636
TARGETARCH: ${{ (inputs.arch == 'aarch64' && 'arm64') || 'amd64' }}
3737
steps:

.github/workflows/reusable_build_packages.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828
build-modern-bpf-skeleton:
2929
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
30-
runs-on: ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }}
30+
runs-on: ${{ (inputs.arch == 'aarch64' && 'oracle-aarch64-4cpu-16gb') || 'ubuntu-latest' }}
3131
container: fedora:latest
3232
steps:
3333
# Always install deps before invoking checkout action, to properly perform a full clone.
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
5757
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
58-
runs-on: ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }}
58+
runs-on: ${{ (inputs.arch == 'aarch64' && 'oracle-aarch64-4cpu-16gb') || 'ubuntu-latest' }}
5959
needs: [build-modern-bpf-skeleton]
6060
container: centos:7
6161
steps:

.github/workflows/reusable_test_packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828
test-packages:
2929
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
30-
runs-on: ${{ (inputs.arch == 'aarch64' && 'actuated-arm64-8cpu-16gb') || 'ubuntu-latest' }}
30+
runs-on: ${{ (inputs.arch == 'aarch64' && 'oracle-aarch64-4cpu-16gb') || 'ubuntu-latest' }}
3131
steps:
3232
- name: Download binary
3333
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2

0 commit comments

Comments
 (0)