@@ -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" 
@@ -448,7 +448,7 @@ steps:
448448          setup :
449449            ES_RUNTIME_JAVA :
450450              - openjdk21 
451-             BWC_VERSION : ["8.17.6", "8.18.0 ", "9.0.1"] 
451+             BWC_VERSION : ["8.17.6", "8.18.1 ", "9.0.1"] 
452452        agents :
453453          provider : gcp 
454454          image : family/elasticsearch-ubuntu-2004 
@@ -490,7 +490,7 @@ steps:
490490            ES_RUNTIME_JAVA :
491491              - openjdk21 
492492              - openjdk23 
493-             BWC_VERSION : ["8.17.6", "8.18.0 ", "9.0.1"] 
493+             BWC_VERSION : ["8.17.6", "8.18.1 ", "9.0.1"] 
494494        agents :
495495          provider : gcp 
496496          image : family/elasticsearch-ubuntu-2004 
0 commit comments