Add info on how to iterate over existing buckets (#828) #652
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 Test | |
on: [push, pull_request] | |
permissions: read-all | |
jobs: | |
amd64: | |
uses: ./.github/workflows/robustness_template.yaml | |
with: | |
count: 10 | |
testTimeout: 30m | |
runs-on: "['ubuntu-latest']" | |
arm64: | |
uses: ./.github/workflows/robustness_template.yaml | |
with: | |
count: 10 | |
testTimeout: 30m | |
runs-on: "['actuated-arm64-4cpu-8gb']" |