From 844612c20b6f5569a558655a9c5e49c43e975e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?colin=20axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Mon, 26 Sep 2022 17:42:14 +0200 Subject: [PATCH] chore: add minor releases to test matrix (#2365) ## Description closes: #XXXX --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why. - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting)) - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md). - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing) - [ ] Updated relevant documentation (`docs/`) or specification (`x//spec/`) - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code). - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` - [ ] Re-reviewed `Files changed` in the Github PR explorer - [ ] Review `Codecov Report` in the comment section below once CI passes --- .../test-matricies/main/test-matrix.json | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/e2e/scripts/test-matricies/main/test-matrix.json b/e2e/scripts/test-matricies/main/test-matrix.json index 78c7f445e57..c4823a8e010 100644 --- a/e2e/scripts/test-matricies/main/test-matrix.json +++ b/e2e/scripts/test-matricies/main/test-matrix.json @@ -3,26 +3,90 @@ "test-entry-point": "TestTransferTestSuite", "chain-binary": "simd", "tests": [ + { + "chain-a-tag": "main", + "chain-b-tag": "v4.1.0" + }, { "chain-a-tag": "main", "chain-b-tag": "v4.0.0" }, + { + "chain-a-tag": "main", + "chain-b-tag": "v3.3.0" + }, + { + "chain-a-tag": "main", + "chain-b-tag": "v3.2.0" + }, + { + "chain-a-tag": "main", + "chain-b-tag": "v3.1.0" + }, { "chain-a-tag": "main", "chain-b-tag": "v3.0.0" }, + { + "chain-a-tag": "main", + "chain-b-tag": "v2.4.0" + }, + { + "chain-a-tag": "main", + "chain-b-tag": "v2.3.0" + }, + { + "chain-a-tag": "main", + "chain-b-tag": "v2.2.0" + }, + { + "chain-a-tag": "main", + "chain-b-tag": "v2.1.0" + }, { "chain-a-tag": "main", "chain-b-tag": "v2.0.0" }, + { + "chain-a-tag": "v4.1.0", + "chain-b-tag": "main" + }, { "chain-a-tag": "v4.0.0", "chain-b-tag": "main" }, + { + "chain-a-tag": "v3.3.0", + "chain-b-tag": "main" + }, + { + "chain-a-tag": "v3.2.0", + "chain-b-tag": "main" + }, + { + "chain-a-tag": "v3.1.0", + "chain-b-tag": "main" + }, { "chain-a-tag": "v3.0.0", "chain-b-tag": "main" }, + { + "chain-a-tag": "v2.4.0", + "chain-b-tag": "main" + }, + { + "chain-a-tag": "v2.3.0", + "chain-b-tag": "main" + }, + { + "chain-a-tag": "v2.2.0", + "chain-b-tag": "main" + }, + { + "chain-a-tag": "v2.1.0", + "chain-b-tag": "main" + }, { "chain-a-tag": "v2.0.0", "chain-b-tag": "main" @@ -33,9 +97,17 @@ "test-entry-point": "TestIncentivizedTransferTestSuite", "chain-binary": "simd", "tests": [ + { + "chain-a-tag": "main", + "chain-b-tag": "v4.1.0" + }, { "chain-a-tag": "main", "chain-b-tag": "v4.0.0" + }, + { + "chain-a-tag": "v4.1.0", + "chain-b-tag": "main" }, { "chain-a-tag": "v4.0.0",