Skip to content

Commit 8baeb7f

Browse files
authored
Cleanup intertx e2e tests (cosmos#4715)
1 parent 3120335 commit 8baeb7f

File tree

135 files changed

+106
-1176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+106
-1176
lines changed

.github/ISSUE_TEMPLATE/release-tracker.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ versions of ibc-go to guarantee that no regression is introduced -->
6969
- [ ] Update the [compatibility test matrices](https://github.com/cosmos/ibc-go/tree/main/.github/compatibility-test-matrices):
7070
- Add the new release.
7171
- Remove any tags that might not be recommended anymore.
72-
- [ ] Update the manual [e2e `simd`](https://github.com/cosmos/ibc-go/blob/main/.github/workflows/e2e-manual-simd.yaml) and [e2e `icad`](https://github.com/cosmos/ibc-go/blob/main/.github/workflows/e2e-manual-icad.yaml) test workflows:
73-
- Add the new release and the new `icad` tag.
72+
- [ ] Update the manual [e2e `simd`](https://github.com/cosmos/ibc-go/blob/main/.github/workflows/e2e-manual-simd.yaml) test workflow:
7473
- Remove any tags that might not be recommended anymore.
7574
- [ ] After changes to docs site are deployed, check [ibc.cosmos.network](https://ibc.cosmos.network) is updated.
7675
- [ ] Open issue in [SDK tutorials repo](https://github.com/cosmos/sdk-tutorials) to update tutorials to the released version of ibc-go.

.github/compatibility-test-matrices/main/client-chain-a.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,5 @@
2424
],
2525
"relayer-type": [
2626
"hermes"
27-
],
28-
"chain-binary": [
29-
"simd"
30-
],
31-
"chain-image": [
32-
"ghcr.io/cosmos/ibc-go-simd"
3327
]
3428
}

.github/compatibility-test-matrices/main/client-chain-b.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,5 @@
2323
],
2424
"relayer-type": [
2525
"hermes"
26-
],
27-
"chain-binary": [
28-
"simd"
29-
],
30-
"chain-image": [
31-
"ghcr.io/cosmos/ibc-go-simd"
3226
]
3327
}

.github/compatibility-test-matrices/main/connection-chain-a.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,5 @@
2222
],
2323
"relayer-type": [
2424
"hermes"
25-
],
26-
"chain-binary": [
27-
"simd"
28-
],
29-
"chain-image": [
30-
"ghcr.io/cosmos/ibc-go-simd"
3125
]
3226
}

.github/compatibility-test-matrices/main/connection-chain-b.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,5 @@
2222
],
2323
"relayer-type": [
2424
"hermes"
25-
],
26-
"chain-binary": [
27-
"simd"
28-
],
29-
"chain-image": [
30-
"ghcr.io/cosmos/ibc-go-simd"
3125
]
3226
}

.github/compatibility-test-matrices/main/ica-chain-a.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,5 @@
2121
],
2222
"relayer-type": [
2323
"hermes"
24-
],
25-
"chain-binary": [
26-
"simd"
27-
],
28-
"chain-image": [
29-
"ghcr.io/cosmos/ibc-go-simd"
3024
]
3125
}

.github/compatibility-test-matrices/main/ica-chain-b.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,5 @@
2121
],
2222
"relayer-type": [
2323
"hermes"
24-
],
25-
"chain-binary": [
26-
"simd"
27-
],
28-
"chain-image": [
29-
"ghcr.io/cosmos/ibc-go-simd"
3024
]
3125
}

.github/compatibility-test-matrices/main/ica-gov-chain-a.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,5 @@
1818
],
1919
"relayer-type": [
2020
"hermes"
21-
],
22-
"chain-binary": [
23-
"simd"
24-
],
25-
"chain-image": [
26-
"ghcr.io/cosmos/ibc-go-simd"
2721
]
2822
}

.github/compatibility-test-matrices/main/ica-gov-chain-b.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,5 @@
1818
],
1919
"relayer-type": [
2020
"hermes"
21-
],
22-
"chain-binary": [
23-
"simd"
24-
],
25-
"chain-image": [
26-
"ghcr.io/cosmos/ibc-go-simd"
2721
]
2822
}

.github/compatibility-test-matrices/main/ica-groups-chain-a.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,5 @@
1818
],
1919
"relayer-type": [
2020
"hermes"
21-
],
22-
"chain-binary": [
23-
"simd"
24-
],
25-
"chain-image": [
26-
"ghcr.io/cosmos/ibc-go-simd"
2721
]
2822
}

0 commit comments

Comments
 (0)