2021-06-04 15:55:16 -07:00
|
|
|
steps:
|
|
|
|
- command: "system-test/testnet-automation.sh"
|
|
|
|
label: "Restart test on GCE"
|
|
|
|
env:
|
|
|
|
UPLOAD_RESULTS_TO_SLACK: "false"
|
|
|
|
CLOUD_PROVIDER: "gce"
|
|
|
|
ENABLE_GPU: "false"
|
|
|
|
NUMBER_OF_VALIDATOR_NODES: 4
|
|
|
|
VALIDATOR_NODE_MACHINE_TYPE: "--machine-type n1-standard-16"
|
|
|
|
NUMBER_OF_CLIENT_NODES: 1
|
|
|
|
ADDITIONAL_FLAGS: "--dedicated"
|
|
|
|
SKIP_PERF_RESULTS: "true"
|
2021-06-10 12:56:31 -07:00
|
|
|
EXTRA_PRIMORDIAL_STAKES: 4
|
|
|
|
WAIT_FOR_EQUAL_STAKE: "true"
|
2021-06-04 15:55:16 -07:00
|
|
|
TEST_TYPE: "script"
|
2021-06-10 12:56:31 -07:00
|
|
|
CONSENSUS_TIMEOUT: 60
|
2021-06-04 15:55:16 -07:00
|
|
|
CUSTOM_SCRIPT: "system-test/restart-testcases/restart_test_automation.sh"
|
|
|
|
agents:
|
|
|
|
- "queue=gce-deploy"
|