@@ -382,8 +382,8 @@ steps:
382382 - signal_reason : agent_stop
383383 limit : 3
384384
385- - label : 9.0.8 / bwc
386- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.8 #bwcTest
385+ - label : 9.0.7 / bwc
386+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.7 #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.8
395+ BWC_VERSION : 9.0.7
396396 retry :
397397 automatic :
398398 - exit_status : " -1"
@@ -420,8 +420,8 @@ steps:
420420 - signal_reason : agent_stop
421421 limit : 3
422422
423- - label : 9.2.0 / bwc
424- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.2.0 #bwcTest
423+ - label : 9.2.1 / bwc
424+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.2.1 #bwcTest
425425 timeout_in_minutes : 300
426426 agents :
427427 provider : gcp
@@ -430,7 +430,7 @@ steps:
430430 buildDirectory : /dev/shm/bk
431431 preemptible : true
432432 env :
433- BWC_VERSION : 9.2.0
433+ BWC_VERSION : 9.2.1
434434 retry :
435435 automatic :
436436 - exit_status : " -1"
@@ -525,7 +525,7 @@ steps:
525525 setup :
526526 ES_RUNTIME_JAVA :
527527 - openjdk21
528- BWC_VERSION : ["8.19.6", "9.1.6", "9.2.0 ", "9.3.0"]
528+ BWC_VERSION : ["8.19.6", "9.1.6", "9.2.1 ", "9.3.0"]
529529 agents :
530530 provider : gcp
531531 image : family/elasticsearch-ubuntu-2404
@@ -569,7 +569,7 @@ steps:
569569 ES_RUNTIME_JAVA :
570570 - openjdk21
571571 - openjdk23
572- BWC_VERSION : ["8.19.6", "9.1.6", "9.2.0 ", "9.3.0"]
572+ BWC_VERSION : ["8.19.6", "9.1.6", "9.2.1 ", "9.3.0"]
573573 agents :
574574 provider : gcp
575575 image : family/elasticsearch-ubuntu-2404
0 commit comments