Skip to content

Commit ca726a2

Browse files
authored
[CI] Automatic retries for integration tests (#5145)
* [CI] Automatic retries for integration tests. New GCP SA * Reverted SA usage
1 parent 9fc1eab commit ca726a2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.buildkite/integration.pipeline.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ steps:
2929
artifact_paths:
3030
- "build/TEST-**"
3131
- "build/diagnostics/*"
32+
retry:
33+
automatic:
34+
- limit: 1
3235
agents:
3336
provider: "gcp"
3437
machineType: "n1-standard-8"
@@ -50,6 +53,9 @@ steps:
5053
artifact_paths:
5154
- "build/TEST-**"
5255
- "build/diagnostics/*"
56+
retry:
57+
automatic:
58+
- limit: 1
5359
agents:
5460
provider: "gcp"
5561
machineType: "n1-standard-8"
@@ -71,6 +77,9 @@ steps:
7177
artifact_paths:
7278
- "build/TEST-**"
7379
- "build/diagnostics/*"
80+
retry:
81+
automatic:
82+
- limit: 1
7483
agents:
7584
provider: "gcp"
7685
machineType: "n1-standard-8"
@@ -90,12 +99,12 @@ steps:
9099
buildkite-agent artifact download build/distributions/** . --step 'package-it'
91100
.buildkite/scripts/steps/beats_tests.sh
92101
# if: "build.env('CRON') == 'yes'"
102+
retry:
103+
automatic:
104+
- limit: 1
93105
agents:
94106
provider: "gcp"
95107
machineType: "n1-standard-8"
96-
retry:
97-
manual:
98-
allowed: true
99108
notify:
100109
- github_commit_status:
101110
context: "buildkite/elastic-agent-extended-testing - Serverless Beats Tests"

0 commit comments

Comments
 (0)