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
|
count: 150
|
||||||
testTimeout: 200m
|
testTimeout: 200m
|
||||||
artifactName: main-arm64
|
artifactName: main-arm64
|
||||||
runs-on: "['actuated-arm64-8cpu-8gb']"
|
runs-on: "['actuated-arm64-12cpu-8gb']"
|
||||||
scenario: TestRobustnessExploratory
|
scenario: TestRobustnessExploratory
|
||||||
lazyfsEnabled: false
|
lazyfsEnabled: false
|
||||||
release-35:
|
release-35:
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
count: 150
|
count: 150
|
||||||
testTimeout: 200m
|
testTimeout: 200m
|
||||||
artifactName: release-35-arm64
|
artifactName: release-35-arm64
|
||||||
runs-on: "['actuated-arm64-8cpu-8gb']"
|
runs-on: "['actuated-arm64-12cpu-8gb']"
|
||||||
scenario: TestRobustnessExploratory
|
scenario: TestRobustnessExploratory
|
||||||
lazyfsEnabled: false
|
lazyfsEnabled: false
|
||||||
release-34:
|
release-34:
|
||||||
|
2
.github/workflows/robustness.yaml
vendored
2
.github/workflows/robustness.yaml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
count: 12
|
count: 12
|
||||||
testTimeout: 30m
|
testTimeout: 30m
|
||||||
artifactName: main-arm64
|
artifactName: main-arm64
|
||||||
runs-on: "['actuated-arm64-8cpu-8gb']"
|
runs-on: "['actuated-arm64-12cpu-8gb']"
|
||||||
scenario: TestRobustness
|
scenario: TestRobustness
|
||||||
lazyfsEnabled: false
|
lazyfsEnabled: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user