Skip to content

Commit

Permalink
checged exit status code for retries
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 1, 2024
1 parent 7aef77f commit 4aae98c
Show file tree
Hide file tree
Showing 16 changed files with 147 additions and 293 deletions.
35 changes: 12 additions & 23 deletions .buildkite/auditbeat/auditbeat-pipeline.yml
Expand Up @@ -13,7 +13,7 @@ env:
IMAGE_MACOS_ARM: "generic-13-ventura-arm"
IMAGE_MACOS_X86_64: "generic-13-ventura-x64"
IMAGE_RHEL9: "family/platform-ingest-beats-rhel-9"
IMAGE_UBUNTU_X86_64: "family/platform-ingest-beats-ubuntu-2204-1"
IMAGE_UBUNTU_X86_64: "family/platform-ingest-beats-ubuntu-2204"
IMAGE_WIN_10: "family/platform-ingest-beats-windows-10"
IMAGE_WIN_11: "family/platform-ingest-beats-windows-11"
IMAGE_WIN_2016: "family/platform-ingest-beats-windows-2016"
Expand All @@ -34,8 +34,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -53,8 +52,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_RHEL9}"
Expand All @@ -72,8 +70,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2016}"
Expand All @@ -93,8 +90,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2022}"
Expand All @@ -115,8 +111,7 @@ steps:
GOX_FLAGS: "-arch amd64"
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -137,8 +132,7 @@ steps:
mage unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand All @@ -159,8 +153,7 @@ steps:
mage unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "orka"
imagePrefix: "${IMAGE_MACOS_X86_64}"
Expand All @@ -177,8 +170,7 @@ steps:
mage unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "orka"
imagePrefix: "${IMAGE_MACOS_ARM}"
Expand All @@ -198,8 +190,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2019}"
Expand All @@ -218,8 +209,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_10}"
Expand All @@ -238,8 +228,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_11}"
Expand Down
33 changes: 11 additions & 22 deletions .buildkite/filebeat/filebeat-pipeline.yml
Expand Up @@ -32,8 +32,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -51,8 +50,7 @@ steps:
mage goIntegTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -70,8 +68,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: gcp
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -90,8 +87,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2016}"
Expand All @@ -112,8 +108,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2022}"
Expand All @@ -140,8 +135,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "orka"
imagePrefix: "${IMAGE_MACOS_X86_64}"
Expand All @@ -162,8 +156,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "orka"
imagePrefix: "${IMAGE_MACOS_ARM}"
Expand All @@ -182,8 +175,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand All @@ -206,8 +198,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2019}"
Expand All @@ -228,8 +219,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_11}"
Expand All @@ -250,8 +240,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_10}"
Expand Down
36 changes: 12 additions & 24 deletions .buildkite/heartbeat/heartbeat-pipeline.yml
Expand Up @@ -32,8 +32,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -51,8 +50,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_RHEL9}"
Expand All @@ -71,8 +69,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2016}"
Expand All @@ -92,8 +89,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2022}"
Expand All @@ -112,8 +108,7 @@ steps:
mage goIntegTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -131,8 +126,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -156,8 +150,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand All @@ -181,8 +174,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "orka"
imagePrefix: "${IMAGE_MACOS_X86_64}"
Expand All @@ -202,8 +194,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "orka"
imagePrefix: "${IMAGE_MACOS_ARM}"
Expand All @@ -226,8 +217,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_2019}"
Expand All @@ -247,8 +237,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_11}"
Expand All @@ -268,8 +257,7 @@ steps:
mage build unitTest
retry:
automatic:
- exit_status: 1
limit: 3
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_WIN_10}"
Expand Down

0 comments on commit 4aae98c

Please sign in to comment.