Skip to content

Try reproduce https://github.com/etcd-io/etcd/issues/17247 #4408

Try reproduce https://github.com/etcd-io/etcd/issues/17247

Try reproduce https://github.com/etcd-io/etcd/issues/17247 #4408

Workflow file for this run

---
name: Robustness
on: [push, pull_request]
permissions: read-all
jobs:
main:
uses: ./.github/workflows/robustness-template.yaml
with:
etcdBranch: main
count: 80
testTimeout: 200m
artifactName: main
runs-on: "['ubuntu-latest-8-cores']"
main-arm64:
uses: ./.github/workflows/robustness-template.yaml
with:
etcdBranch: main
count: 80
testTimeout: 200m
artifactName: main-arm64
runs-on: "['actuated-arm64-8cpu-8gb']"