@@ -344,8 +344,8 @@ steps:
344344 - signal_reason : agent_stop
345345 limit : 3
346346
347- - label : 8.18.6 / bwc
348- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.6 #bwcTest
347+ - label : 8.18.7 / bwc
348+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.7 #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.6
357+ BWC_VERSION : 8.18.7
358358 retry :
359359 automatic :
360360 - exit_status : " -1"
@@ -363,8 +363,8 @@ steps:
363363 - signal_reason : agent_stop
364364 limit : 3
365365
366- - label : 8.19.3 / bwc
367- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.3 #bwcTest
366+ - label : 8.19.4 / bwc
367+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.4 #bwcTest
368368 timeout_in_minutes : 300
369369 agents :
370370 provider : gcp
@@ -373,7 +373,7 @@ steps:
373373 buildDirectory : /dev/shm/bk
374374 preemptible : true
375375 env :
376- BWC_VERSION : 8.19.3
376+ BWC_VERSION : 8.19.4
377377 retry :
378378 automatic :
379379 - exit_status : " -1"
@@ -382,8 +382,8 @@ steps:
382382 - signal_reason : agent_stop
383383 limit : 3
384384
385- - label : 9.0.6 / bwc
386- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.6 #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.6
395+ BWC_VERSION : 9.0.7
396396 retry :
397397 automatic :
398398 - exit_status : " -1"
@@ -401,8 +401,8 @@ steps:
401401 - signal_reason : agent_stop
402402 limit : 3
403403
404- - label : 9.1.3 / bwc
405- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.1.3 #bwcTest
404+ - label : 9.1.4 / bwc
405+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.1.4 #bwcTest
406406 timeout_in_minutes : 300
407407 agents :
408408 provider : gcp
@@ -411,7 +411,7 @@ steps:
411411 buildDirectory : /dev/shm/bk
412412 preemptible : true
413413 env :
414- BWC_VERSION : 9.1.3
414+ BWC_VERSION : 9.1.4
415415 retry :
416416 automatic :
417417 - exit_status : " -1"
@@ -506,7 +506,7 @@ steps:
506506 setup :
507507 ES_RUNTIME_JAVA :
508508 - openjdk21
509- BWC_VERSION : ["8.18.6 ", "8.19.3 ", "9.0.6 ", "9.1.3 ", "9.2.0"]
509+ BWC_VERSION : ["8.18.7 ", "8.19.4 ", "9.0.7 ", "9.1.4 ", "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.18.6 ", "8.19.3 ", "9.0.6 ", "9.1.3 ", "9.2.0"]
553+ BWC_VERSION : ["8.18.7 ", "8.19.4 ", "9.0.7 ", "9.1.4 ", "9.2.0"]
554554 agents :
555555 provider : gcp
556556 image : family/elasticsearch-ubuntu-2404
@@ -684,7 +684,7 @@ steps:
684684 image : family/elasticsearch-ubuntu-2404
685685 machineType : n2-standard-8
686686 buildDirectory : /dev/shm/bk
687- if : build.branch == " main" || build.branch == "9.1" || build.branch == "9.0" || build.branch == "8.19" || build.branch == "8.18" || build.branch == "7.17"
687+ if : build.branch =~ /^( main|\d+\.\d+|\d+\.x)$/
688688 - label : check-branch-consistency
689689 command : .ci/scripts/run-gradle.sh branchConsistency
690690 timeout_in_minutes : 15
0 commit comments