Refactor system-test dir structure and add stability test (#7530)
This commit is contained in:
18
system-test/stability-testcases/gce-stability-5-node.yml
Executable file
18
system-test/stability-testcases/gce-stability-5-node.yml
Executable file
@ -0,0 +1,18 @@
|
||||
steps:
|
||||
- command: "system-test/testnet-automation.sh"
|
||||
label: "GCE - 8 hour Stability - 5 Node"
|
||||
env:
|
||||
UPLOAD_RESULTS_TO_SLACK: "true"
|
||||
CLOUD_PROVIDER: "gce"
|
||||
TESTNET_TAG: "gce-stability"
|
||||
RAMP_UP_TIME: 0
|
||||
TEST_DURATION_SECONDS: 28800
|
||||
NUMBER_OF_VALIDATOR_NODES: 5
|
||||
ENABLE_GPU: "false"
|
||||
VALIDATOR_NODE_MACHINE_TYPE: "--machine-type n1-standard-16"
|
||||
NUMBER_OF_CLIENT_NODES: 0
|
||||
TESTNET_ZONES: "us-west1-a,us-west1-b,us-central1-a,europe-west4-a"
|
||||
USE_PUBLIC_IP_ADDRESSES: "true"
|
||||
ADDITIONAL_FLAGS: "--dedicated"
|
||||
agents:
|
||||
- "queue=testnet-deploy"
|
Reference in New Issue
Block a user