From 46d3d17abb55e918fa5ba8245b849dcb9e9d8f02 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 25 May 2023 17:34:51 +0200 Subject: [PATCH 1/2] fix: debug upgrade tests in gh actions (#2531) * Fix upgrade test in gh actions * update testnet link * fix links (cherry picked from commit 8743072c4610b9fa6a888440d54de0b68f4678d0) # Conflicts: # .github/workflows/test.yml --- .github/workflows/test.yml | 7 +++++++ docs/README.md | 2 +- docs/migration/cosmoshub-4-v7-Theta-upgrade.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09be0fa0049..8200ed64463 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -158,3 +158,10 @@ jobs: run: | ./contrib/scripts/test_upgrade.sh 20 5 16 localhost if: env.GIT_DIFF +<<<<<<< HEAD +======= + - name: Check for successful migration + run: | + ./contrib/scripts/test_migration.sh localhost + if: env.GIT_DIFF +>>>>>>> 8743072 (fix: debug upgrade tests in gh actions (#2531)) diff --git a/docs/README.md b/docs/README.md index 19d503ab37f..420d6daaa1e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,7 +25,7 @@ Welcome to the documentation of the **Cosmos Hub application: `gaia`**. ## Setup Your Own `gaia` Testnet -- [Setup your own `gaia` testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/theta) +- [Setup your own `gaia` testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/v7-theta) ## Additional Resources diff --git a/docs/migration/cosmoshub-4-v7-Theta-upgrade.md b/docs/migration/cosmoshub-4-v7-Theta-upgrade.md index 996dcd2932b..f6634f49637 100644 --- a/docs/migration/cosmoshub-4-v7-Theta-upgrade.md +++ b/docs/migration/cosmoshub-4-v7-Theta-upgrade.md @@ -77,7 +77,7 @@ It is critically important for validator operators to back-up the `.gaia/data/pr ### Testing -For those validator and full node operators that are interested in ensuring preparedness for the impending upgrade, you can join in our [v7-Theta public-testnet](https://github.com/cosmos/testnets/tree/master/v7-theta/public-testnet) or run a [v7-Theta local testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/theta). +For those validator and full node operators that are interested in ensuring preparedness for the impending upgrade, you can join in our [v7-Theta public-testnet](https://github.com/cosmos/testnets/tree/master/v7-theta/public-testnet) or run a [v7-Theta local testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/v7-theta). ### Current runtime, cosmoshub-4 (pre-v7-Theta upgrade) is running Gaia v6.0.x From b76b0b00cd190a5031ac2e0b4a41dd70ae6fd35d Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 25 May 2023 17:42:03 +0200 Subject: [PATCH 2/2] fix conflict --- .github/workflows/test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8200ed64463..737ec7e4117 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -157,11 +157,4 @@ jobs: - name: Check for successful upgrade run: | ./contrib/scripts/test_upgrade.sh 20 5 16 localhost - if: env.GIT_DIFF -<<<<<<< HEAD -======= - - name: Check for successful migration - run: | - ./contrib/scripts/test_migration.sh localhost - if: env.GIT_DIFF ->>>>>>> 8743072 (fix: debug upgrade tests in gh actions (#2531)) + if: env.GIT_DIFF \ No newline at end of file