This commit is contained in:
Michael Vines 2019-04-27 07:41:21 -07:00
parent 656e2649a7
commit 4a5837a286
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ steps:
value: "create-and-start" value: "create-and-start"
- label: "Create testnet, but do not start software. If the testnet already exists it will be deleted and re-created" - label: "Create testnet, but do not start software. If the testnet already exists it will be deleted and re-created"
value: "create" value: "create"
- label: "Start network software on an existing testnet. If software is already running it will be restarted." - label: "Start network software on an existing testnet. If software is already running it will be restarted"
value: "start" value: "start"
- label: "Stop network software without deleting testnet nodes" - label: "Stop network software without deleting testnet nodes"
value: "stop" value: "stop"
@ -62,11 +62,11 @@ steps:
value: "sanity-or-restart" value: "sanity-or-restart"
- label: "Sanity check only" - label: "Sanity check only"
value: "sanity" value: "sanity"
- label: "Delete the testnet. - label: "Delete the testnet"
value: "delete" value: "delete"
- label: "Enable/unlock the testnet." - label: "Enable/unlock the testnet"
value: "enable" value: "enable"
- label: "Delete and then lock the testnet from further operation until it is re-enabled." - label: "Delete and then lock the testnet from further operation until it is re-enabled"
value: "disable" value: "disable"
- command: "ci/$(basename "$0")" - command: "ci/$(basename "$0")"
agents: agents: