Add self-hosted label to existing arm64 tests.

Signed-off-by: James Blair <mail@jamesblair.net>
dependabot/go_modules/github.com/prometheus/procfs-0.11.0
James Blair 2023-05-13 08:12:23 +12:00
parent 09ae3a641c
commit ffe41987f9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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