build(deps): bump github.com/Djarvur/go-err113 from 0.0.0-20210108212216-aea10b59be24 to 0.1.0 in /tools/mod #4123
Workflow file for this run
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 | |
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']" |