Skip to content

Commit ad90107

Browse files
authored
Remove compatibility testing with older Java versions (#112838)
We've bumped the minimum runtime Java version for Elasticsearch 9.0 to Java 21 so we need to remove testing against older versions. I've also removed redundant testing of the current bundled JDK version as well as the old matrix config files that were used with Jenkins.
1 parent 96ac4f6 commit ad90107

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.buildkite/pipelines/periodic.template.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646
matrix:
4747
setup:
4848
ES_RUNTIME_JAVA:
49-
- openjdk17
49+
- openjdk21
5050
GRADLE_TASK:
5151
- checkPart1
5252
- checkPart2
@@ -88,10 +88,7 @@ steps:
8888
matrix:
8989
setup:
9090
ES_RUNTIME_JAVA:
91-
- graalvm-ce17
92-
- openjdk17
9391
- openjdk21
94-
- openjdk22
9592
- openjdk23
9693
GRADLE_TASK:
9794
- checkPart1
@@ -115,10 +112,7 @@ steps:
115112
matrix:
116113
setup:
117114
ES_RUNTIME_JAVA:
118-
- graalvm-ce17
119-
- openjdk17
120115
- openjdk21
121-
- openjdk22
122116
- openjdk23
123117
BWC_VERSION: $BWC_LIST
124118
agents:

.buildkite/pipelines/periodic.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ steps:
407407
matrix:
408408
setup:
409409
ES_RUNTIME_JAVA:
410-
- openjdk17
410+
- openjdk21
411411
GRADLE_TASK:
412412
- checkPart1
413413
- checkPart2
@@ -449,10 +449,7 @@ steps:
449449
matrix:
450450
setup:
451451
ES_RUNTIME_JAVA:
452-
- graalvm-ce17
453-
- openjdk17
454452
- openjdk21
455-
- openjdk22
456453
- openjdk23
457454
GRADLE_TASK:
458455
- checkPart1
@@ -476,10 +473,7 @@ steps:
476473
matrix:
477474
setup:
478475
ES_RUNTIME_JAVA:
479-
- graalvm-ce17
480-
- openjdk17
481476
- openjdk21
482-
- openjdk22
483477
- openjdk23
484478
BWC_VERSION: ["8.15.2", "8.16.0", "9.0.0"]
485479
agents:

0 commit comments

Comments
 (0)