File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 29
29
artifact_paths :
30
30
- " build/TEST-**"
31
31
- " build/diagnostics/*"
32
+ retry :
33
+ automatic :
34
+ - limit : 1
32
35
agents :
33
36
provider : " gcp"
34
37
machineType : " n1-standard-8"
50
53
artifact_paths :
51
54
- " build/TEST-**"
52
55
- " build/diagnostics/*"
56
+ retry :
57
+ automatic :
58
+ - limit : 1
53
59
agents :
54
60
provider : " gcp"
55
61
machineType : " n1-standard-8"
71
77
artifact_paths :
72
78
- " build/TEST-**"
73
79
- " build/diagnostics/*"
80
+ retry :
81
+ automatic :
82
+ - limit : 1
74
83
agents :
75
84
provider : " gcp"
76
85
machineType : " n1-standard-8"
@@ -90,12 +99,12 @@ steps:
90
99
buildkite-agent artifact download build/distributions/** . --step 'package-it'
91
100
.buildkite/scripts/steps/beats_tests.sh
92
101
# if: "build.env('CRON') == 'yes'"
102
+ retry :
103
+ automatic :
104
+ - limit : 1
93
105
agents :
94
106
provider : " gcp"
95
107
machineType : " n1-standard-8"
96
- retry :
97
- manual :
98
- allowed : true
99
108
notify :
100
109
- github_commit_status :
101
110
context : " buildkite/elastic-agent-extended-testing - Serverless Beats Tests"
You can’t perform that action at this time.
0 commit comments