Skip to content

Commit

Permalink
Add self-hosted label to existing arm64 tests.
Browse files Browse the repository at this point in the history
Signed-off-by: James Blair <mail@jamesblair.net>
  • Loading branch information
jmhbnz committed May 12, 2023
1 parent 09ae3a6 commit ffe4198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
# this is to prevent the job to run at forked projects
if: github.repository == 'etcd-io/etcd'
runs-on: [Linux, ARM64]
runs-on: [self-hosted, Linux, ARM64]
needs: goversion
strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
# this is to prevent the job to run at forked projects
if: github.repository == 'etcd-io/etcd'
runs-on: [Linux, ARM64]
runs-on: [self-hosted, Linux, ARM64]
needs: goversion
strategy:
fail-fast: false
Expand Down

0 comments on commit ffe4198

Please sign in to comment.