Skip to content

Commit 5ef0189

Browse files
committed
Revert "Add Java 22 to testing matrix"
This reverts commit e39f00f.
1 parent 8846fbe commit 5ef0189

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.buildkite/pipelines/periodic.template.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ steps:
6767
- openjdk18
6868
- openjdk19
6969
- openjdk20
70-
- openjdk21
71-
- openjdk22
72-
GRADLE_TASK:
73-
- checkPart1
74-
- checkPart2
75-
- checkPart3
76-
- bwcTestSnapshots
77-
- checkRestCompat
7870
agents:
7971
provider: gcp
8072
image: family/elasticsearch-ubuntu-2004
@@ -167,7 +159,7 @@ steps:
167159
image: family/elasticsearch-ubuntu-2004
168160
machineType: n2-standard-8
169161
buildDirectory: /dev/shm/bk
170-
if: build.branch == "main" || build.branch == "7.17"
162+
if: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
171163
- label: Check branch consistency
172164
command: .ci/scripts/run-gradle.sh branchConsistency
173165
timeout_in_minutes: 15

.buildkite/pipelines/periodic.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,14 +1278,6 @@ steps:
12781278
- openjdk18
12791279
- openjdk19
12801280
- openjdk20
1281-
- openjdk21
1282-
- openjdk22
1283-
GRADLE_TASK:
1284-
- checkPart1
1285-
- checkPart2
1286-
- checkPart3
1287-
- bwcTestSnapshots
1288-
- checkRestCompat
12891281
agents:
12901282
provider: gcp
12911283
image: family/elasticsearch-ubuntu-2004

0 commit comments

Comments
 (0)