Restart test without supermajority (#17808)

* Restart test without supermajority

* Change check to look at stake rather than transaction confirmation

* Add stake info while waiting for consensus

* replace jq with grep (buildkite doesn't have jq installed)
This commit is contained in:
Ashwin Sekar
2021-06-10 12:56:31 -07:00
committed by GitHub
parent 6a2aec1047
commit 027ac3c8f2
3 changed files with 36 additions and 9 deletions

View File

@@ -9,9 +9,11 @@ steps:
VALIDATOR_NODE_MACHINE_TYPE: "--machine-type n1-standard-16"
NUMBER_OF_CLIENT_NODES: 1
ADDITIONAL_FLAGS: "--dedicated"
BOOTSTRAP_VALIDATOR_MAX_STAKE_THRESHOLD: 66
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"