-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: add compatibility tests for ICA to v6.0.x (#2805)
e2e: add ica compatibility tests for v6.0.x
- Loading branch information
Carlos Rodriguez
authored
Nov 25, 2022
1 parent
2180fa4
commit d90be00
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
.github/compatibility-test-matrices/release-v6.0.x/ica-gov-chain-a.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,10 @@ | ||
{ | ||
"chain-a": ["release-v6.0.x"], | ||
"chain-b": ["release-v6.0.x"], | ||
"entrypoint": ["TestInterchainAccountsGovTestSuite"], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
10 changes: 10 additions & 0 deletions
10
.github/compatibility-test-matrices/release-v6.0.x/ica-groups-chain-a.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,10 @@ | ||
{ | ||
"chain-a": ["release-v6.0.x"], | ||
"chain-b": ["release-v6.0.x"], | ||
"entrypoint": ["TestInterchainAccountsGroupsTestSuite"], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
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