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:
Marek Siarkowicz 2023-11-08 01:47:19 +01:00 committed by GitHub
commit e526bddab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']"