Only run robustness on arm64 nightly.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2023-05-13 19:28:28 +12:00
parent ffe41987f9
commit 012b429f14
No known key found for this signature in database

View File

@ -9,11 +9,3 @@ jobs:
count: 15
testTimeout: 30m
artifactName: main
main-arm64:
uses: ./.github/workflows/robustness-template.yaml
with:
etcdBranch: main
count: 15
testTimeout: 30m
artifactName: main-arm64
runs-on: "['self-hosted', 'Linux', 'ARM64']"