Skip to content

Commit

Permalink
Merge pull request #16825 from jmhbnz/revert-robustness-to-old-runners
Browse files Browse the repository at this point in the history
Revert runner change for main robustness nightly
  • Loading branch information
serathius authored Oct 25, 2023
2 parents 3347568 + b9498fd commit 5761f9c
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 5761f9c

Please sign in to comment.