Skip to content

Commit

Permalink
force: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 17, 2024
1 parent 50418c2 commit d3cd5bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-protonet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
chain-id: proto_2221-17000
ssm-document-name: kava-protonet-iavl-v1-instance-update
playbook-name: reset-chain.yml
playbook-infrastructure-branch: shef-ci-protonet-validator
playbook-infrastructure-branch: shef-protonet-validator
secrets: inherit

# # setup test and development accounts and balances, deploy contracts by calling the chain's api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-reset-internal-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--aws-ssm-document-name=$SSM_DOCUMENT_NAME \
--infrastructure-git-pointer=$PLAYBOOK_INFRASTRUCTURE_BRANCH \
--update-playbook-filename=$PLAYBOOK_NAME \
--instance-ids=i-0823115fc9273dc8c \
--instance-ids=i-00f8ebaf29bc90605 \
--max-upgrade-batch-size=0 \
--wait-for-node-sync-after-upgrade=false
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
run: kava validate-genesis ci/env/kava-internal-testnet/genesis.json
validate-protonet-genesis:
runs-on: ubuntu-latest
steps:
steps: # kava tendermint show-node-id
# api-peer-node-cluster (api-node + peer-node) (profile)
- name: checkout repo from current commit
uses: actions/checkout@v4
- name: Set up Go
Expand Down

0 comments on commit d3cd5bc

Please sign in to comment.