Skip to content

Commit 44f916c

Browse files
authored
Add OpenSearch 2.11.1 integration tests. (opensearch-project#584)
* Add OpenSearch 2.11.1 integration tests. Signed-off-by: dblock <dblock@amazon.com> * Exclude flaky integration tests with OpenSearch 2.0.1. Signed-off-by: dblock <dblock@amazon.com> --------- Signed-off-by: dblock <dblock@amazon.com>
1 parent 0837c5b commit 44f916c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/integration.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
opensearch_version: [ '1.0.1', '1.1.0', '1.2.4', '1.3.7', '2.0.1', '2.1.0', '2.2.1', '2.3.0', '2.4.0', '2.5.0', '2.6.0', '2.7.0', '2.8.0', '2.9.0', '2.10.0', '2.11.0' ]
12+
opensearch_version: [ '1.0.1', '1.1.0', '1.2.4', '1.3.7', '2.0.1', '2.1.0', '2.2.1', '2.3.0', '2.4.0', '2.5.0', '2.6.0', '2.7.0', '2.8.0', '2.9.0', '2.10.0', '2.11.1' ]
1313
secured: [ "true", "false" ]
14-
14+
exclude:
15+
# https://github.com/opensearch-project/opensearch-py/issues/612
16+
- opensearch_version: 2.0.1
17+
secured: "true"
18+
- opensearch_version: 2.1.0
19+
secured: "true"
1520
steps:
1621
- name: Checkout
1722
uses: actions/checkout@v3

0 commit comments

Comments
 (0)