@@ -363,6 +363,25 @@ steps:
363363 - signal_reason : agent_stop
364364 limit : 3
365365
366+ - label : 8.19.0 / bwc
367+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.0#bwcTest
368+ timeout_in_minutes : 300
369+ agents :
370+ provider : gcp
371+ image : family/elasticsearch-ubuntu-2404
372+ machineType : n1-standard-32
373+ buildDirectory : /dev/shm/bk
374+ preemptible : true
375+ env :
376+ BWC_VERSION : 8.19.0
377+ retry :
378+ automatic :
379+ - exit_status : " -1"
380+ limit : 3
381+ signal_reason : none
382+ - signal_reason : agent_stop
383+ limit : 3
384+
366385 - label : 9.0.5 / bwc
367386 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.5#bwcTest
368387 timeout_in_minutes : 300
@@ -487,7 +506,7 @@ steps:
487506 setup :
488507 ES_RUNTIME_JAVA :
489508 - openjdk21
490- BWC_VERSION : ["8.17.10", "8.18.5", "9.0.5", "9.1.1", "9.2.0"]
509+ BWC_VERSION : ["8.17.10", "8.18.5", "8.19.0", " 9.0.5", "9.1.1", "9.2.0"]
491510 agents :
492511 provider : gcp
493512 image : family/elasticsearch-ubuntu-2404
@@ -531,7 +550,7 @@ steps:
531550 ES_RUNTIME_JAVA :
532551 - openjdk21
533552 - openjdk23
534- BWC_VERSION : ["8.17.10", "8.18.5", "9.0.5", "9.1.1", "9.2.0"]
553+ BWC_VERSION : ["8.17.10", "8.18.5", "8.19.0", " 9.0.5", "9.1.1", "9.2.0"]
535554 agents :
536555 provider : gcp
537556 image : family/elasticsearch-ubuntu-2404
0 commit comments