Skip to content

Commit 67e207b

Browse files
authored
Run older OpenSearch 2.x integration tests against Ubuntu 22 to fix cgroup failure causing test failures. (#6717)
Signed-off-by: David Venable <dlv@amazon.com>
1 parent cf682e7 commit 67e207b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/opensearch-sink-opensearch-integration-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,16 @@ jobs:
4242
- 2.19.5
4343
- 3.0.0
4444
- 3.5.0
45+
include:
46+
- opensearch: 2.0.1
47+
runner: ubuntu-22.04
48+
- opensearch: 2.1.0
49+
runner: ubuntu-22.04
50+
- opensearch: 2.3.0
51+
runner: ubuntu-22.04
4552
fail-fast: false
4653

47-
runs-on: ubuntu-latest
54+
runs-on: ${{ matrix.runner || 'ubuntu-latest' }}
4855

4956
steps:
5057
- name: Set up JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)