11# This file is auto-generated. See .buildkite/pipelines/periodic.template.yml
2+ x-spot-retry : &spot-retry
3+ retry :
4+ automatic :
5+ - exit_status : " -1"
6+ limit : 3
7+ signal_reason : none
8+ - signal_reason : agent_stop
9+ limit : 3
10+
211steps :
312 - group : bwc
413 steps :
@@ -652,13 +661,7 @@ steps:
652661 env :
653662 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
654663 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
655- retry :
656- automatic :
657- - exit_status : " -1"
658- limit : 3
659- signal_reason : none
660- - signal_reason : agent_stop
661- limit : 3
664+ << : *spot-retry
662665 - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.BWC_VERSION}} / java-fips-matrix-bwc"
663666 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.fips.enabled=true v$$BWC_VERSION#bwcTest
664667 timeout_in_minutes : 300
@@ -676,13 +679,7 @@ steps:
676679 env :
677680 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
678681 BWC_VERSION : " {{matrix.BWC_VERSION}}"
679- retry :
680- automatic :
681- - exit_status : " -1"
682- limit : 3
683- signal_reason : none
684- - signal_reason : agent_stop
685- limit : 3
682+ << : *spot-retry
686683 - group : java-matrix
687684 steps :
688685 - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.GRADLE_TASK}} / java-matrix"
@@ -708,13 +705,7 @@ steps:
708705 env :
709706 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
710707 GRADLE_TASK : " {{matrix.GRADLE_TASK}}"
711- retry :
712- automatic :
713- - exit_status : " -1"
714- limit : 3
715- signal_reason : none
716- - signal_reason : agent_stop
717- limit : 3
708+ << : *spot-retry
718709 - label : " {{matrix.ES_RUNTIME_JAVA}} / {{matrix.BWC_VERSION}} / java-matrix-bwc"
719710 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$BWC_VERSION#bwcTest
720711 timeout_in_minutes : 300
@@ -734,13 +725,7 @@ steps:
734725 env :
735726 ES_RUNTIME_JAVA : " {{matrix.ES_RUNTIME_JAVA}}"
736727 BWC_VERSION : " {{matrix.BWC_VERSION}}"
737- retry :
738- automatic :
739- - exit_status : " -1"
740- limit : 3
741- signal_reason : none
742- - signal_reason : agent_stop
743- limit : 3
728+ << : *spot-retry
744729 - group : platform-support-unix
745730 steps :
746731 - label : " {{matrix.image}} / platform-support-unix"
@@ -774,10 +759,4 @@ steps:
774759 machineType : n1-standard-32
775760 preemptible : true
776761 env : {}
777- retry :
778- automatic :
779- - exit_status : " -1"
780- limit : 3
781- signal_reason : none
782- - signal_reason : agent_stop
783- limit : 3
762+ << : *spot-retry
0 commit comments