2018-10-05 16:32:05 -07:00
|
|
|
steps:
|
|
|
|
- command: "ci/testnet-automation.sh"
|
|
|
|
label: "run testnet"
|
|
|
|
agents:
|
2018-10-09 12:58:44 -07:00
|
|
|
- "queue=testnet-deploy"
|
2018-10-05 16:32:05 -07:00
|
|
|
|
|
|
|
- wait: ~
|
|
|
|
continue_on_failure: true
|
|
|
|
|
|
|
|
- command: "ci/testnet-automation-cleanup.sh"
|
|
|
|
label: "delete testnet"
|
|
|
|
agents:
|
2018-10-09 12:58:44 -07:00
|
|
|
- "queue=testnet-deploy"
|