Skip to content

Commit 1704e95

Browse files
authored
[ES-13486] Skipping ES builds on non supported jdk versions (elastic#138262) (elastic#138626)
* Adjusting periodic builds to only run against supported builds (cherry picked from commit 1844cb7) # Conflicts: # .buildkite/pipelines/periodic.yml
1 parent f29151d commit 1704e95

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
@@ -511,8 +511,7 @@ steps:
511511
setup:
512512
ES_RUNTIME_JAVA:
513513
- openjdk21
514-
- openjdk23
515-
- openjdk24
514+
- openjdk25
516515
GRADLE_TASK:
517516
- checkPart1
518517
- checkPart2
@@ -537,7 +536,7 @@ steps:
537536
setup:
538537
ES_RUNTIME_JAVA:
539538
- openjdk21
540-
- openjdk23
539+
- openjdk25
541540
BWC_VERSION: ["8.19.8", "9.1.8"]
542541
agents:
543542
provider: gcp

0 commit comments

Comments
 (0)