* Add support for different node counts * Update variable names * Delete network even after failures * Add array for node counts * Changed number of nodes to a space separated string of numbers * Adjust number of nodes * Snap will not be published if the env variable DO_NOT_PUBLISH_SNAP is set * Address review comments * Replaced influx db URL
19 lines
326 B
YAML
Executable File
19 lines
326 B
YAML
Executable File
steps:
|
|
- command: "ci/snap.sh"
|
|
label: "create snap"
|
|
|
|
- wait
|
|
|
|
- command: "ci/testnet-automation.sh"
|
|
label: "run testnet"
|
|
agents:
|
|
- "queue=metrics"
|
|
|
|
- wait: ~
|
|
continue_on_failure: true
|
|
|
|
- command: "ci/testnet-automation-cleanup.sh"
|
|
label: "delete testnet"
|
|
agents:
|
|
- "queue=metrics"
|