Skip to content

Commit

Permalink
Re-add the complete test matrix.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@dblock.org>
  • Loading branch information
dblock committed Apr 25, 2022
1 parent cbbe7a3 commit 7c55d46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-integration-unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
fail-fast: false
matrix:
entry:
# - { ref: '1.x', java: 11 }
# - { ref: '2.x', java: 11 }
- { ref: '2.0', java: 11 }
# - { ref: 'main', java: 11 }
- { opensearch_ref: '1.x', java: 11 }
- { opensearch_ref: '2.x', java: 11 }
- { opensearch_ref: '2.x', java: 17 }
- { opensearch_ref: '2.0', java: 11 }
- { opensearch_ref: 'main', java: 11 }
steps:
- name: Set up JDK ${{ matrix.entry.java }}
uses: actions/setup-java@v1
Expand All @@ -32,7 +33,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: opensearch-project/OpenSearch
ref: ${{ matrix.entry.ref }}
ref: ${{ matrix.entry.opensearch_ref }}
path: opensearch

- name: Assemble OpenSearch
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
fail-fast: false
matrix:
entry:
# - { opensearch_version: 1.0.0, java: 11 }
# - { opensearch_version: 1.0.1, java: 11 }
# - { opensearch_version: 1.1.0, java: 11 }
# - { opensearch_version: 1.2.0, java: 11 }
# - { opensearch_version: 1.2.1, java: 11 }
# - { opensearch_version: 1.2.2, java: 11 }
# - { opensearch_version: 1.2.3, java: 11 }
# - { opensearch_version: 1.2.4, java: 11 }
- { opensearch_version: 1.0.0, java: 11 }
- { opensearch_version: 1.0.1, java: 11 }
- { opensearch_version: 1.1.0, java: 11 }
- { opensearch_version: 1.2.0, java: 11 }
- { opensearch_version: 1.2.1, java: 11 }
- { opensearch_version: 1.2.2, java: 11 }
- { opensearch_version: 1.2.3, java: 11 }
- { opensearch_version: 1.2.4, java: 11 }
- { opensearch_version: 1.3.0, java: 11 }
steps:
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit 7c55d46

Please sign in to comment.