ci: start all internal testnet regardless of state (#1866)

even if the nodes are not in standby, target them for the start job in
the internal testnet deployment CI
This commit is contained in:
Robert Pirtle 2024-03-29 11:38:06 -07:00 committed by GitHub
parent 198b620cb4
commit 3033529d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,6 @@ jobs:
--update-playbook-filename=$PLAYBOOK_NAME \
--chain-id=$CHAIN_ID \
--max-upgrade-batch-size=0 \
--node-states=Standby \
--wait-for-node-sync-after-upgrade=true
env:
SSM_DOCUMENT_NAME: ${{ inputs.ssm-document-name }}