Skip to content

Commit

Permalink
Merge pull request etcd-io#16884 from etsrpl/main
Browse files Browse the repository at this point in the history
etcd-io tests: trial arm64 on every pr with a small robustness workflow
  • Loading branch information
serathius authored Nov 8, 2023
2 parents 3381a4c + 904e558 commit e526bdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/robustness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ jobs:
testTimeout: 30m
artifactName: main
runs-on: "['ubuntu-latest-8-cores']"
main-arm64:
uses: ./.github/workflows/robustness-template.yaml
with:
etcdBranch: main
count: 12
testTimeout: 30m
artifactName: main-arm64
runs-on: "['actuated-arm64-8cpu-32gb']"

0 comments on commit e526bdd

Please sign in to comment.