@@ -347,8 +347,8 @@ steps:
347
347
- signal_reason : agent_stop
348
348
limit : 3
349
349
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
352
352
timeout_in_minutes : 300
353
353
agents :
354
354
provider : gcp
@@ -357,7 +357,7 @@ steps:
357
357
buildDirectory : /dev/shm/bk
358
358
preemptible : true
359
359
env :
360
- BWC_VERSION : 8.18.7
360
+ BWC_VERSION : 8.18.8
361
361
retry :
362
362
automatic :
363
363
- exit_status : " -1"
@@ -423,25 +423,6 @@ steps:
423
423
- signal_reason : agent_stop
424
424
limit : 3
425
425
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
-
445
426
- label : concurrent-search-tests
446
427
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
447
428
timeout_in_minutes : 420
@@ -496,7 +477,7 @@ steps:
496
477
timeout_in_minutes : 300
497
478
matrix :
498
479
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"]
500
481
agents :
501
482
provider : gcp
502
483
image : family/elasticsearch-ubuntu-2404
0 commit comments