@@ -325,8 +325,8 @@ steps:
325325 - signal_reason : agent_stop
326326 limit : 3
327327
328- - label : 8.17.10 / bwc
329- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.10 #bwcTest
328+ - label : 8.17.9 / bwc
329+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.9 #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.10
338+ BWC_VERSION : 8.17.9
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.1 / bwc
367+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.1#bwcTest
368+ timeout_in_minutes : 300
369+ agents :
370+ provider : gcp
371+ image : family/elasticsearch-ubuntu-2404
372+ machineType : n1-standard-32
373+ buildDirectory : /dev/shm/bk
374+ preemptible : true
375+ env :
376+ BWC_VERSION : 8.19.1
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.5 / bwc
367386 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.5#bwcTest
368387 timeout_in_minutes : 300
@@ -468,7 +487,7 @@ steps:
468487 setup :
469488 ES_RUNTIME_JAVA :
470489 - openjdk21
471- BWC_VERSION : ["8.17.10 ", "8.18.5", "9.0.5", "9.1.1"]
490+ BWC_VERSION : ["8.17.9 ", "8.18.5", "8.19.1 ", "9.0.5", "9.1.1"]
472491 agents :
473492 provider : gcp
474493 image : family/elasticsearch-ubuntu-2404
@@ -512,7 +531,7 @@ steps:
512531 ES_RUNTIME_JAVA :
513532 - openjdk21
514533 - openjdk23
515- BWC_VERSION : ["8.17.10 ", "8.18.5", "9.0.5", "9.1.1"]
534+ BWC_VERSION : ["8.17.9 ", "8.18.5", "8.19.1 ", "9.0.5", "9.1.1"]
516535 agents :
517536 provider : gcp
518537 image : family/elasticsearch-ubuntu-2404
0 commit comments