Merge pull request #16408 from ahrtr/update_roadmap_20230814 #224
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Robustness | |
on: [push, pull_request] | |
permissions: read-all | |
jobs: | |
main: | |
uses: ./.github/workflows/robustness-template.yaml | |
with: | |
etcdBranch: main | |
count: 12 | |
testTimeout: 30m | |
artifactName: main |