Skip to content

Commit

Permalink
added retries for auditbeat flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Apr 25, 2024
1 parent 0c8c53b commit 7eb0398
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .buildkite/auditbeat/auditbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ steps:
command: |
cd auditbeat
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -47,6 +51,10 @@ steps:
command: |
cd auditbeat
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
agents:
provider: "gcp"
image: "${IMAGE_RHEL9}"
Expand Down Expand Up @@ -115,6 +123,10 @@ steps:
set -euo pipefail
cd auditbeat
mage unitTest
retry:
automatic:
- exit_status: 1
limit: 3
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand Down

0 comments on commit 7eb0398

Please sign in to comment.