From 4db38fe3bebbdbc57a842ee1e96ec6c754606db9 Mon Sep 17 00:00:00 2001 From: Dante Sanchez Date: Wed, 11 Dec 2024 13:44:35 -0500 Subject: [PATCH] pion-1 v5.0.2 upgrade --- .../{test-join-rs-testnet.yml => test-join-ics-testnet.yml} | 3 ++- examples/inventory-ics-testnet-pion-1.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{test-join-rs-testnet.yml => test-join-ics-testnet.yml} (98%) diff --git a/.github/workflows/test-join-rs-testnet.yml b/.github/workflows/test-join-ics-testnet.yml similarity index 98% rename from .github/workflows/test-join-rs-testnet.yml rename to .github/workflows/test-join-ics-testnet.yml index 5835d678e..3433084f4 100644 --- a/.github/workflows/test-join-rs-testnet.yml +++ b/.github/workflows/test-join-ics-testnet.yml @@ -45,7 +45,8 @@ jobs: chain_height=$(curl -s $RPC_ENDPOINT/block | jq -r '.result.block.header.height') tests/test_block_production.sh 127.0.0.1 26657 10 test-pion-1: - runs-on: cosmos-runner-set + # runs-on: cosmos-runner-set + runs-on: ubuntu-22.04 env: RPC_ENDPOINT: https://rpc.pion.ics-testnet.polypore.xyz steps: diff --git a/examples/inventory-ics-testnet-pion-1.yml b/examples/inventory-ics-testnet-pion-1.yml index 78cf2e9d7..87bba6be9 100644 --- a/examples/inventory-ics-testnet-pion-1.yml +++ b/examples/inventory-ics-testnet-pion-1.yml @@ -4,7 +4,7 @@ all: vars: ansible_user: root chain_repository: "https://github.com/neutron-org/neutron.git" - chain_version: v5.0.0-rc0 + chain_version: v5.0.2 go_version: '1.22.3' genesis_patching: false genesis_url: "https://github.com/cosmos/testnets/raw/master/interchain-security/pion-1/pion-1-genesis-with-ccv.json.gz"