Skip to content

Commit

Permalink
Revert runner change for main robustness nightly.
Browse files Browse the repository at this point in the history
Until we can resolve issues with fuse for new actuated runner.

Signed-off-by: James Blair <[email protected]>
  • Loading branch information
jmhbnz committed Oct 25, 2023
1 parent 3347568 commit b9498fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/robustness-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b9498fd

Please sign in to comment.