@@ -306,8 +306,8 @@ steps:
306306 - signal_reason : agent_stop
307307 limit : 3
308308
309- - label : 8.16.4 / bwc
310- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.4 #bwcTest
309+ - label : 8.16.6 / bwc
310+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.6 #bwcTest
311311 timeout_in_minutes : 300
312312 agents :
313313 provider : gcp
@@ -316,7 +316,7 @@ steps:
316316 buildDirectory : /dev/shm/bk
317317 preemptible : true
318318 env :
319- BWC_VERSION : 8.16.4
319+ BWC_VERSION : 8.16.6
320320 retry :
321321 automatic :
322322 - exit_status : " -1"
@@ -325,8 +325,8 @@ steps:
325325 - signal_reason : agent_stop
326326 limit : 3
327327
328- - label : 8.17.2 / bwc
329- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.2 #bwcTest
328+ - label : 8.17.4 / bwc
329+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.4 #bwcTest
330330 timeout_in_minutes : 300
331331 agents :
332332 provider : gcp
@@ -335,7 +335,7 @@ steps:
335335 buildDirectory : /dev/shm/bk
336336 preemptible : true
337337 env :
338- BWC_VERSION : 8.17.2
338+ BWC_VERSION : 8.17.4
339339 retry :
340340 automatic :
341341 - exit_status : " -1"
@@ -363,6 +363,25 @@ steps:
363363 - signal_reason : agent_stop
364364 limit : 3
365365
366+ - label : 8.19.0 / bwc
367+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.0#bwcTest
368+ timeout_in_minutes : 300
369+ agents :
370+ provider : gcp
371+ image : family/elasticsearch-ubuntu-2004
372+ machineType : n1-standard-32
373+ buildDirectory : /dev/shm/bk
374+ preemptible : true
375+ env :
376+ BWC_VERSION : 8.19.0
377+ retry :
378+ automatic :
379+ - exit_status : " -1"
380+ limit : 3
381+ signal_reason : none
382+ - signal_reason : agent_stop
383+ limit : 3
384+
366385 - label : 9.0.0 / bwc
367386 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.0#bwcTest
368387 timeout_in_minutes : 300
@@ -382,6 +401,25 @@ steps:
382401 - signal_reason : agent_stop
383402 limit : 3
384403
404+ - label : 9.1.0 / bwc
405+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.1.0#bwcTest
406+ timeout_in_minutes : 300
407+ agents :
408+ provider : gcp
409+ image : family/elasticsearch-ubuntu-2004
410+ machineType : n1-standard-32
411+ buildDirectory : /dev/shm/bk
412+ preemptible : true
413+ env :
414+ BWC_VERSION : 9.1.0
415+ retry :
416+ automatic :
417+ - exit_status : " -1"
418+ limit : 3
419+ signal_reason : none
420+ - signal_reason : agent_stop
421+ limit : 3
422+
385423 - label : concurrent-search-tests
386424 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true functionalTests
387425 timeout_in_minutes : 420
@@ -448,7 +486,7 @@ steps:
448486 setup :
449487 ES_RUNTIME_JAVA :
450488 - openjdk21
451- BWC_VERSION : ["8.16.4 ", "8.17.2 ", "8.18.0", "9.0.0"]
489+ BWC_VERSION : ["8.16.6 ", "8.17.4 ", "8.18.0", "8.19.0", " 9.0.0", "9.1 .0"]
452490 agents :
453491 provider : gcp
454492 image : family/elasticsearch-ubuntu-2004
@@ -459,21 +497,25 @@ steps:
459497 BWC_VERSION : " {{matrix.BWC_VERSION}}"
460498 - group : java-matrix
461499 steps :
462- - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.GRADLE_TASK}} / java-matrix"
463- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true $$GRADLE_TASK
500+ - label : " {{matrix.ES_RUNTIME_JAVA}} / entitlements={{matrix.ENTITLEMENTS_ENABLED}} / {{matrix.GRADLE_TASK}} / java-matrix"
501+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline="-Des.entitlements.enabled=$$ENTITLEMENTS_ENABLED" $$GRADLE_TASK
464502 timeout_in_minutes : 300
465503 matrix :
466504 setup :
467505 ES_RUNTIME_JAVA :
468506 - openjdk21
469507 - openjdk23
508+ - openjdk24
470509 GRADLE_TASK :
471510 - checkPart1
472511 - checkPart2
473512 - checkPart3
474513 - checkPart4
475514 - checkPart5
476515 - checkRestCompat
516+ ENTITLEMENTS_ENABLED :
517+ - " true"
518+ - " false"
477519 agents :
478520 provider : gcp
479521 image : family/elasticsearch-ubuntu-2004
@@ -482,6 +524,7 @@ steps:
482524 env :
483525 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
484526 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
527+ ENTITLEMENTS_ENABLED : " {{matrix.ENTITLEMENTS_ENABLED}}"
485528 - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.BWC_VERSION}} / java-matrix-bwc"
486529 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$BWC_VERSION#bwcTest
487530 timeout_in_minutes : 300
@@ -490,7 +533,7 @@ steps:
490533 ES_RUNTIME_JAVA :
491534 - openjdk21
492535 - openjdk23
493- BWC_VERSION : ["8.16.4 ", "8.17.2 ", "8.18.0", "9.0.0"]
536+ BWC_VERSION : ["8.16.6 ", "8.17.4 ", "8.18.0", "8.19.0", " 9.0.0", "9.1 .0"]
494537 agents :
495538 provider : gcp
496539 image : family/elasticsearch-ubuntu-2004
0 commit comments