Skip to content

Commit 119f03d

Browse files
committed
gha: arm64: Ensure the builder is arm64-builder
Otherwise we'll use any arm64 machine that's added as a runner, and whenever new machines are added those may end up being only used for running some specific set of the tests. Fixes: kata-containers#8109 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
1 parent 59b9380 commit 119f03d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-kata-static-tarball-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
build-asset:
26-
runs-on: arm64
26+
runs-on: arm64-builder
2727
strategy:
2828
matrix:
2929
asset:
@@ -87,7 +87,7 @@ jobs:
8787
if-no-files-found: error
8888

8989
create-kata-tarball:
90-
runs-on: arm64
90+
runs-on: arm64-builder
9191
needs: build-asset
9292
steps:
9393
- name: Adjust a permission for repo

.github/workflows/publish-kata-deploy-payload-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
kata-payload:
27-
runs-on: arm64
27+
runs-on: arm64-builder
2828
steps:
2929
- name: Adjust a permission for repo
3030
run: |

.github/workflows/release-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
kata-deploy:
1616
needs: build-kata-static-tarball-arm64
17-
runs-on: arm64
17+
runs-on: arm64-builder
1818
steps:
1919
- name: Login to Kata Containers docker.io
2020
uses: docker/login-action@v2

0 commit comments

Comments
 (0)