mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Revert runner change for main robustness nightly.
Until we can resolve issues with fuse for new actuated runner. Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
3347568cc0
commit
b9498fd24e
4
.github/workflows/robustness-nightly.yaml
vendored
4
.github/workflows/robustness-nightly.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
count: 80
|
||||
testTimeout: 200m
|
||||
artifactName: main-arm64
|
||||
runs-on: actuated-arm64-8cpu-32gb
|
||||
runs-on: "['self-hosted', 'Linux', 'ARM64']"
|
||||
release-35:
|
||||
uses: ./.github/workflows/robustness-template.yaml
|
||||
with:
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
count: 100
|
||||
testTimeout: 200m
|
||||
artifactName: release-35-arm64
|
||||
runs-on: actuated-arm64-8cpu-32gb
|
||||
runs-on: "['self-hosted', 'Linux', 'ARM64']"
|
||||
release-34:
|
||||
uses: ./.github/workflows/robustness-template.yaml
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user