@@ -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,8 +363,8 @@ 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
366+ - label : 8.19.1 / bwc
367+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.1 #bwcTest
368368 timeout_in_minutes : 300
369369 agents :
370370 provider : gcp
@@ -373,7 +373,7 @@ steps:
373373 buildDirectory : /dev/shm/bk
374374 preemptible : true
375375 env :
376- BWC_VERSION : 8.19.0
376+ BWC_VERSION : 8.19.1
377377 retry :
378378 automatic :
379379 - exit_status : " -1"
@@ -506,7 +506,7 @@ steps:
506506 setup :
507507 ES_RUNTIME_JAVA :
508508 - openjdk21
509- BWC_VERSION : ["8.17.10 ", "8.18.5", "8.19.0 ", "9.0.5", "9.1.1", "9.2.0"]
509+ BWC_VERSION : ["8.17.9 ", "8.18.5", "8.19.1 ", "9.0.5", "9.1.1", "9.2.0"]
510510 agents :
511511 provider : gcp
512512 image : family/elasticsearch-ubuntu-2404
@@ -550,7 +550,7 @@ steps:
550550 ES_RUNTIME_JAVA :
551551 - openjdk21
552552 - openjdk23
553- BWC_VERSION : ["8.17.10 ", "8.18.5", "8.19.0 ", "9.0.5", "9.1.1", "9.2.0"]
553+ BWC_VERSION : ["8.17.9 ", "8.18.5", "8.19.1 ", "9.0.5", "9.1.1", "9.2.0"]
554554 agents :
555555 provider : gcp
556556 image : family/elasticsearch-ubuntu-2404
0 commit comments