mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Add 4 more cpu cores to arm64 robustness test workflows.
Try to prevent the failures we are seeing regularly for not meeting qps requirements. Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
7688ce3f90
commit
b4070a28f1
4
.github/workflows/robustness-nightly.yaml
vendored
4
.github/workflows/robustness-nightly.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
count: 150
|
||||
testTimeout: 200m
|
||||
artifactName: main-arm64
|
||||
runs-on: "['actuated-arm64-8cpu-8gb']"
|
||||
runs-on: "['actuated-arm64-12cpu-8gb']"
|
||||
scenario: TestRobustnessExploratory
|
||||
lazyfsEnabled: false
|
||||
release-35:
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
count: 150
|
||||
testTimeout: 200m
|
||||
artifactName: release-35-arm64
|
||||
runs-on: "['actuated-arm64-8cpu-8gb']"
|
||||
runs-on: "['actuated-arm64-12cpu-8gb']"
|
||||
scenario: TestRobustnessExploratory
|
||||
lazyfsEnabled: false
|
||||
release-34:
|
||||
|
2
.github/workflows/robustness.yaml
vendored
2
.github/workflows/robustness.yaml
vendored
@ -20,6 +20,6 @@ jobs:
|
||||
count: 12
|
||||
testTimeout: 30m
|
||||
artifactName: main-arm64
|
||||
runs-on: "['actuated-arm64-8cpu-8gb']"
|
||||
runs-on: "['actuated-arm64-12cpu-8gb']"
|
||||
scenario: TestRobustness
|
||||
lazyfsEnabled: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user