@@ -287,8 +287,8 @@ steps:
287287 - signal_reason : agent_stop
288288 limit : 3
289289
290- - label : 8.15.5 / bwc
291- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.5 #bwcTest
290+ - label : 8.15.4 / bwc
291+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.4 #bwcTest
292292 timeout_in_minutes : 300
293293 agents :
294294 provider : gcp
@@ -297,7 +297,7 @@ steps:
297297 buildDirectory : /dev/shm/bk
298298 preemptible : true
299299 env :
300- BWC_VERSION : 8.15.5
300+ BWC_VERSION : 8.15.4
301301 retry :
302302 automatic :
303303 - exit_status : " -1"
@@ -306,8 +306,8 @@ steps:
306306 - signal_reason : agent_stop
307307 limit : 3
308308
309- - label : 8.16.0 / bwc
310- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.0 #bwcTest
309+ - label : 8.16.1 / bwc
310+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.1 #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.0
319+ BWC_VERSION : 8.16.1
320320 retry :
321321 automatic :
322322 - exit_status : " -1"
@@ -429,7 +429,7 @@ steps:
429429 setup :
430430 ES_RUNTIME_JAVA :
431431 - openjdk21
432- BWC_VERSION : ["8.15.5", "8. 16.0 ", "8.17.0", "9.0.0"]
432+ BWC_VERSION : ["8.16.1 ", "8.17.0", "9.0.0"]
433433 agents :
434434 provider : gcp
435435 image : family/elasticsearch-ubuntu-2004
@@ -471,7 +471,7 @@ steps:
471471 ES_RUNTIME_JAVA :
472472 - openjdk21
473473 - openjdk23
474- BWC_VERSION : ["8.15.5", "8. 16.0 ", "8.17.0", "9.0.0"]
474+ BWC_VERSION : ["8.16.1 ", "8.17.0", "9.0.0"]
475475 agents :
476476 provider : gcp
477477 image : family/elasticsearch-ubuntu-2004
0 commit comments