@@ -347,8 +347,8 @@ steps:
347347 - signal_reason : agent_stop
348348 limit : 3
349349
350- - label : 8.18.7 / bwc
351- command : .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.18.7 #bwcTest
350+ - label : 8.18.8 / bwc
351+ command : .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.18.8 #bwcTest
352352 timeout_in_minutes : 300
353353 agents :
354354 provider : gcp
@@ -357,7 +357,7 @@ steps:
357357 buildDirectory : /dev/shm/bk
358358 preemptible : true
359359 env :
360- BWC_VERSION : 8.18.7
360+ BWC_VERSION : 8.18.8
361361 retry :
362362 automatic :
363363 - exit_status : " -1"
@@ -423,25 +423,6 @@ steps:
423423 - signal_reason : agent_stop
424424 limit : 3
425425
426- - label : 9.2.0 / bwc
427- command : .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v9.2.0#bwcTest
428- timeout_in_minutes : 300
429- agents :
430- provider : gcp
431- image : family/elasticsearch-ubuntu-2404
432- machineType : n1-standard-32
433- buildDirectory : /dev/shm/bk
434- preemptible : true
435- env :
436- BWC_VERSION : 9.2.0
437- retry :
438- automatic :
439- - exit_status : " -1"
440- limit : 3
441- signal_reason : none
442- - signal_reason : agent_stop
443- limit : 3
444-
445426 - label : concurrent-search-tests
446427 command : .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true functionalTests
447428 timeout_in_minutes : 420
@@ -496,7 +477,7 @@ steps:
496477 timeout_in_minutes : 300
497478 matrix :
498479 setup :
499- BWC_VERSION : ["8.18.7 ", "8.19.4", "9.0.7", "9. 1.4", "9.2.0 "]
480+ BWC_VERSION : ["8.18.8 ", "8.19.4", "9.1.4"]
500481 agents :
501482 provider : gcp
502483 image : family/elasticsearch-ubuntu-2404
0 commit comments