Add enable/disable key value pairs into the steps block (#4018)

This commit is contained in:
Dan Albert 2019-04-26 14:26:05 -06:00 committed by GitHub
parent 4ce2105548
commit 3e678511d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ steps:
value: "sanity"
- label: "Delete all nodes on a testnet. Network software will be stopped first if it is running"
value: "delete"
- label: "Enable/unlock the testnet."
value: "enable"
- label: "Delete and then lock the testnet from further operation until it is re-enabled."
value: "disable"
- command: "ci/$(basename "$0")"
agents:
- "queue=$BUILDKITE_AGENT_META_DATA_QUEUE"