@@ -306,8 +306,8 @@ steps:
306306 - signal_reason : agent_stop
307307 limit : 3
308308
309- - label : 8.16.7 / bwc
310- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.7 #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.7
319+ BWC_VERSION : 8.16.6
320320 retry :
321321 automatic :
322322 - exit_status : " -1"
@@ -344,8 +344,8 @@ steps:
344344 - signal_reason : agent_stop
345345 limit : 3
346346
347- - label : 8.18.0 / bwc
348- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.0 #bwcTest
347+ - label : 8.18.1 / bwc
348+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.1 #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.0
357+ BWC_VERSION : 8.18.1
358358 retry :
359359 automatic :
360360 - exit_status : " -1"
@@ -486,7 +486,7 @@ steps:
486486 setup :
487487 ES_RUNTIME_JAVA :
488488 - openjdk21
489- BWC_VERSION : ["8.17.6", "8.18.0 ", "8.19.0", "9.0.1", "9.1.0"]
489+ BWC_VERSION : ["8.17.6", "8.18.1 ", "8.19.0", "9.0.1", "9.1.0"]
490490 agents :
491491 provider : gcp
492492 image : family/elasticsearch-ubuntu-2004
@@ -533,7 +533,7 @@ steps:
533533 ES_RUNTIME_JAVA :
534534 - openjdk21
535535 - openjdk23
536- BWC_VERSION : ["8.17.6", "8.18.0 ", "8.19.0", "9.0.1", "9.1.0"]
536+ BWC_VERSION : ["8.17.6", "8.18.1 ", "8.19.0", "9.0.1", "9.1.0"]
537537 agents :
538538 provider : gcp
539539 image : family/elasticsearch-ubuntu-2004
0 commit comments