Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: automate upgrade test in ci #2692

Merged
merged 38 commits into from
Aug 23, 2023
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
30e19a3
feat: automate upgrade test
Aug 11, 2023
cead278
test: update upgrade workflow
Aug 11, 2023
32e3480
test: update upgrade workflow again
Aug 11, 2023
3f68759
test: update update upgrade scripts
Aug 11, 2023
101174f
test: update binary copying
Aug 11, 2023
01854db
test: update upgrade dir
Aug 11, 2023
a0a804c
test: update upgrade dir path
Aug 11, 2023
9691202
fix: binary copying
Aug 11, 2023
f15a211
fix: update dir path
Aug 11, 2023
261c632
debug
Aug 14, 2023
771ddb7
fix: upgrade version number
Aug 14, 2023
fdce9b8
fix: version comparision
Aug 14, 2023
1583e17
fix: version comparision in run_upgrade_commands.sh
Aug 14, 2023
ab4590b
fix: use pre-release tag first, then use latest release tag for old b…
Aug 14, 2023
c385062
fix: continue-on-error
Aug 14, 2023
81fc1ae
checkout current pr branch
Aug 14, 2023
b12d9d5
remove checkout -
Aug 14, 2023
f10c943
release checkout
Aug 14, 2023
f333b69
Merge branch 'main' into upgrade-test-automation
yaruwangway Aug 14, 2023
1185d45
typo
Aug 14, 2023
d30d32e
move gaiad binary to GITHUB_WORKSPACE
Aug 15, 2023
2ce1957
debug
Aug 15, 2023
c68801c
debug: update checkout verison
Aug 15, 2023
53e074d
fix test.yml
Aug 15, 2023
661acea
debug: binary share between steps
Aug 15, 2023
b5c2b0e
debug: checkout present pr branch before run scripts
Aug 15, 2023
9e0842d
query proposals
Aug 15, 2023
dc3e249
fix cosmovisor dir
Aug 15, 2023
7614b8e
fix the upgrade version
Aug 15, 2023
fa8c5f0
formatting
Aug 16, 2023
2635fff
formatting
Aug 17, 2023
4ff33c2
formatting
Aug 17, 2023
5bb6ce0
debug yml format
Aug 17, 2023
8ae2fa3
typo correction
Aug 17, 2023
b8ae848
Merge branch 'main' into upgrade-test-automation
yaruwangway Aug 17, 2023
4a81307
make old gaiad version hardcoded
Aug 18, 2023
bb996ac
Merge branch 'main' into upgrade-test-automation
yaruwangway Aug 21, 2023
ecf8f3d
chore: add comments
Aug 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug
  • Loading branch information
Yaru Wang committed Aug 14, 2023
commit 261c63267513826aae49070538b8f776545b452d
2 changes: 1 addition & 1 deletion contrib/scripts/upgrade_test_scripts/run_gaia.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

set -o errexit -o nounset

set -x
UPGRADES_DIR=$(realpath ./app/upgrades)
UPGRADE_VERSION=""
UPGRADE_VERSION_NUMBER=0