Skip to content

Commit 42b2203

Browse files
neilbhavsarncordon
authored andcommitted
[ES-13486] Skipping ES builds on non supported jdk versions (elastic#138262)
* Adjusting periodic builds to only run against supported builds
1 parent 3804dd8 commit 42b2203

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.buildkite/pipelines/periodic.template.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ steps:
9292
setup:
9393
ES_RUNTIME_JAVA:
9494
- openjdk21
95-
- openjdk23
96-
- openjdk24
95+
- openjdk25
9796
GRADLE_TASK:
9897
- checkPart1
9998
- checkPart2
@@ -118,7 +117,7 @@ steps:
118117
setup:
119118
ES_RUNTIME_JAVA:
120119
- openjdk21
121-
- openjdk23
120+
- openjdk25
122121
BWC_VERSION: $BWC_LIST
123122
agents:
124123
provider: gcp

.buildkite/pipelines/periodic.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,7 @@ steps:
549549
setup:
550550
ES_RUNTIME_JAVA:
551551
- openjdk21
552-
- openjdk23
553-
- openjdk24
552+
- openjdk25
554553
GRADLE_TASK:
555554
- checkPart1
556555
- checkPart2
@@ -575,7 +574,7 @@ steps:
575574
setup:
576575
ES_RUNTIME_JAVA:
577576
- openjdk21
578-
- openjdk23
577+
- openjdk25
579578
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.2", "9.3.0"]
580579
agents:
581580
provider: gcp

0 commit comments

Comments
 (0)