@@ -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,26 +357,7 @@ steps:
357
357
buildDirectory : /dev/shm/bk
358
358
preemptible : true
359
359
env :
360
- BWC_VERSION : 8.18.7
361
- retry :
362
- automatic :
363
- - exit_status : " -1"
364
- limit : 3
365
- signal_reason : none
366
- - signal_reason : agent_stop
367
- limit : 3
368
-
369
- - label : 8.19.4 / bwc
370
- command : .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.4#bwcTest
371
- timeout_in_minutes : 300
372
- agents :
373
- provider : gcp
374
- image : family/elasticsearch-ubuntu-2404
375
- machineType : n1-standard-32
376
- buildDirectory : /dev/shm/bk
377
- preemptible : true
378
- env :
379
- BWC_VERSION : 8.19.4
360
+ BWC_VERSION : 8.18.8
380
361
retry :
381
362
automatic :
382
363
- exit_status : " -1"
@@ -404,44 +385,6 @@ steps:
404
385
- signal_reason : agent_stop
405
386
limit : 3
406
387
407
- - label : 9.1.4 / bwc
408
- command : .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v9.1.4#bwcTest
409
- timeout_in_minutes : 300
410
- agents :
411
- provider : gcp
412
- image : family/elasticsearch-ubuntu-2404
413
- machineType : n1-standard-32
414
- buildDirectory : /dev/shm/bk
415
- preemptible : true
416
- env :
417
- BWC_VERSION : 9.1.4
418
- retry :
419
- automatic :
420
- - exit_status : " -1"
421
- limit : 3
422
- signal_reason : none
423
- - signal_reason : agent_stop
424
- limit : 3
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
388
- label : concurrent-search-tests
446
389
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
390
timeout_in_minutes : 420
@@ -496,7 +439,7 @@ steps:
496
439
timeout_in_minutes : 300
497
440
matrix :
498
441
setup :
499
- BWC_VERSION : ["8.18.7", "8.19.4", "9.0.7", "9.1.4", "9.2.0 "]
442
+ BWC_VERSION : ["8.18.8 "]
500
443
agents :
501
444
provider : gcp
502
445
image : family/elasticsearch-ubuntu-2404
0 commit comments