-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding upgrade to compatibility workflows
- Loading branch information
1 parent
7bb7d04
commit 7701999
Showing
4 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
.github/compatibility-test-matrices/release-v5.0.x/upgrade.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"chain-a": ["v4.1.0", "v4.0.0"], | ||
"chain-b": ["v4.1.0", "v4.0.0"], | ||
"entrypoint": ["TestUpgradeTestSuite"], | ||
"test": [ | ||
"TestV4ToV5ChainUpgrade" | ||
], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"], | ||
"chain-upgrade-tag": ["v5.0.0"] | ||
} | ||
|
12 changes: 12 additions & 0 deletions
12
.github/compatibility-test-matrices/release-v6.0.x/upgrade.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"chain-a": ["v0.3.5"], | ||
"chain-b": ["v0.3.5"], | ||
"entrypoint": ["TestUpgradeTestSuite"], | ||
"test": [ | ||
"TestV5ToV6ChainUpgrade" | ||
], | ||
"chain-binary": ["icad"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-icad"], | ||
"chain-upgrade-tag": ["v0.4.0"] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters