Skip to content

Commit

Permalink
[CI] Automatic retries for integration tests (#5145)
Browse files Browse the repository at this point in the history
* [CI] Automatic retries for integration tests. New GCP SA

* Reverted SA usage
  • Loading branch information
pazone authored Jul 17, 2024
1 parent 9fc1eab commit ca726a2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ steps:
artifact_paths:
- "build/TEST-**"
- "build/diagnostics/*"
retry:
automatic:
- limit: 1
agents:
provider: "gcp"
machineType: "n1-standard-8"
Expand All @@ -50,6 +53,9 @@ steps:
artifact_paths:
- "build/TEST-**"
- "build/diagnostics/*"
retry:
automatic:
- limit: 1
agents:
provider: "gcp"
machineType: "n1-standard-8"
Expand All @@ -71,6 +77,9 @@ steps:
artifact_paths:
- "build/TEST-**"
- "build/diagnostics/*"
retry:
automatic:
- limit: 1
agents:
provider: "gcp"
machineType: "n1-standard-8"
Expand All @@ -90,12 +99,12 @@ steps:
buildkite-agent artifact download build/distributions/** . --step 'package-it'
.buildkite/scripts/steps/beats_tests.sh
# if: "build.env('CRON') == 'yes'"
retry:
automatic:
- limit: 1
agents:
provider: "gcp"
machineType: "n1-standard-8"
retry:
manual:
allowed: true
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Serverless Beats Tests"

0 comments on commit ca726a2

Please sign in to comment.