Skip to content

Commit 0f9ecaa

Browse files
committed
Revert "Add Java 22 to testing matrix"
This reverts commit 02aa9fb.
1 parent a6c450a commit 0f9ecaa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.buildkite/pipelines/periodic.template.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ steps:
7373
- openjdk19
7474
- openjdk20
7575
- openjdk21
76-
- openjdk22
7776
GRADLE_TASK:
7877
- checkPart1
7978
- checkPart2
@@ -181,7 +180,7 @@ steps:
181180
image: family/elasticsearch-ubuntu-2004
182181
machineType: n2-standard-8
183182
buildDirectory: /dev/shm/bk
184-
if: build.branch == "main" || build.branch == "7.17"
183+
if: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
185184
- label: Check branch consistency
186185
command: .ci/scripts/run-gradle.sh branchConsistency
187186
timeout_in_minutes: 15

.buildkite/pipelines/periodic.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,6 @@ steps:
11841184
- openjdk19
11851185
- openjdk20
11861186
- openjdk21
1187-
- openjdk22
11881187
GRADLE_TASK:
11891188
- checkPart1
11901189
- checkPart2

0 commit comments

Comments
 (0)