Skip to content

Commit 8846fbe

Browse files
committed
Revert "Remove additional matrix dimension in Java compatibility testing"
This reverts commit 0d887b1.
1 parent 93af646 commit 8846fbe

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.buildkite/pipelines/periodic.template.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ steps:
6969
- openjdk20
7070
- openjdk21
7171
- openjdk22
72+
GRADLE_TASK:
73+
- checkPart1
74+
- checkPart2
75+
- checkPart3
76+
- bwcTestSnapshots
77+
- checkRestCompat
7278
agents:
7379
provider: gcp
7480
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,12 @@ steps:
12801280
- openjdk20
12811281
- openjdk21
12821282
- openjdk22
1283+
GRADLE_TASK:
1284+
- checkPart1
1285+
- checkPart2
1286+
- checkPart3
1287+
- bwcTestSnapshots
1288+
- checkRestCompat
12831289
agents:
12841290
provider: gcp
12851291
image: family/elasticsearch-ubuntu-2004

0 commit comments

Comments
 (0)