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:
James Blair 2023-10-26 00:55:43 +13:00
parent 3347568cc0
commit b9498fd24e
No known key found for this signature in database

View File

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