Change buildkite agent for testnet automation

This commit is contained in:
Pankaj Garg 2018-10-09 19:58:44 +00:00 committed by Michael Vines
parent eed3b9db94
commit c240bb12ae
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ steps:
- command: "ci/testnet-automation.sh"
label: "run testnet"
agents:
- "queue=metrics"
- "queue=testnet-deploy"
- wait: ~
continue_on_failure: true
@ -15,4 +15,4 @@ steps:
- command: "ci/testnet-automation-cleanup.sh"
label: "delete testnet"
agents:
- "queue=metrics"
- "queue=testnet-deploy"