@@ -344,8 +344,8 @@ steps:
344344 - signal_reason : agent_stop
345345 limit : 3
346346
347- - label : 8.18.5 / bwc
348- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.5 #bwcTest
347+ - label : 8.18.6 / bwc
348+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.6 #bwcTest
349349 timeout_in_minutes : 300
350350 agents :
351351 provider : gcp
@@ -354,7 +354,7 @@ steps:
354354 buildDirectory : /dev/shm/bk
355355 preemptible : true
356356 env :
357- BWC_VERSION : 8.18.5
357+ BWC_VERSION : 8.18.6
358358 retry :
359359 automatic :
360360 - exit_status : " -1"
@@ -382,8 +382,8 @@ steps:
382382 - signal_reason : agent_stop
383383 limit : 3
384384
385- - label : 9.0.5 / bwc
386- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.5 #bwcTest
385+ - label : 9.0.6 / bwc
386+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.6 #bwcTest
387387 timeout_in_minutes : 300
388388 agents :
389389 provider : gcp
@@ -392,7 +392,7 @@ steps:
392392 buildDirectory : /dev/shm/bk
393393 preemptible : true
394394 env :
395- BWC_VERSION : 9.0.5
395+ BWC_VERSION : 9.0.6
396396 retry :
397397 automatic :
398398 - 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.2", "9.0.5 ", "9.1.2", "9.2.0"]
509+ BWC_VERSION : ["8.17.10", "8.18.6 ", "8.19.2", "9.0.6 ", "9.1.2", "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.2", "9.0.5 ", "9.1.2", "9.2.0"]
553+ BWC_VERSION : ["8.17.10", "8.18.6 ", "8.19.2", "9.0.6 ", "9.1.2", "9.2.0"]
554554 agents :
555555 provider : gcp
556556 image : family/elasticsearch-ubuntu-2404
0 commit comments