mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #16884 from etsrpl/main
etcd-io tests: trial arm64 on every pr with a small robustness workflow
This commit is contained in:
commit
e526bddab1
8
.github/workflows/robustness.yaml
vendored
8
.github/workflows/robustness.yaml
vendored
@ -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']"
|
||||
|
Loading…
x
Reference in New Issue
Block a user