From 3e678511d2bb1155163898ef574cdfeccb57ffd1 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 26 Apr 2019 14:26:05 -0600 Subject: [PATCH] Add enable/disable key value pairs into the steps block (#4018) --- ci/testnet-manager.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 098ed35f5b..89015c75c8 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -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"