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 n2-standard-16" NUMBER_OF_CLIENT_NODES: 1 ADDITIONAL_FLAGS: "--dedicated" SKIP_PERF_RESULTS: "true" EXTRA_PRIMORDIAL_STAKES: 4 WAIT_FOR_EQUAL_STAKE: "true" TEST_TYPE: "script" CONSENSUS_TIMEOUT: 60 CUSTOM_SCRIPT: "system-test/restart-testcases/restart_test_automation.sh" agents: queue: "gce-deploy"