Skip to content

Commit

Permalink
[7.17](backport #40440) [CI] Set Buildkite retries to 1 #40649 (#40679)
Browse files Browse the repository at this point in the history
* Reduce retries for auditbeat
* Reduce retries deploy-k8s
* Reduce retries for Filebeat
* Reduce retries for heartbeat
* Reduce retries for libbeat
* Reduce retries metricbeat
* Reduce retries packetbeat
* Reduce retries winlogbeat
* Reduce retries x-pack auditbeat
* Reduce retries x-pack dockerlogbeat
* Reduce retries for x-pack filebeat
* Reduce retries for x-pack heartbeat
* Reduce retries for x-pack libbeat
* Reduce retries for x-pack metricbeat
* Reduce retries for x-pack osquerybeat
* Reduce retries for x-pack packetbeat
* Reduce retries for x-pack winlogbeat


backport: #40440
Signed-off-by: Alexandros Sapranidis <[email protected]>
  • Loading branch information
alexsapran committed Sep 3, 2024
1 parent dc4a2ba commit ebd70bf
Show file tree
Hide file tree
Showing 17 changed files with 133 additions and 133 deletions.
20 changes: 10 additions & 10 deletions .buildkite/auditbeat/auditbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
make check-no-changes
retry:
automatic:
- limit: 3
- limit: 1
agents:
image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:latest"
cpu: "4000m"
Expand Down Expand Up @@ -66,7 +66,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand All @@ -84,7 +84,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -109,7 +109,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -126,7 +126,7 @@ steps:
make -C auditbeat crosscompile
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -141,7 +141,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_2019}"
Expand Down Expand Up @@ -192,7 +192,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_2016}"
Expand All @@ -213,7 +213,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_10}"
Expand Down Expand Up @@ -247,7 +247,7 @@ steps:
mage package
retry:
automatic:
- limit: 3
- limit: 1
timeout_in_minutes: 20
agents:
provider: gcp
Expand All @@ -267,7 +267,7 @@ steps:
mage package
retry:
automatic:
- limit: 3
- limit: 1
timeout_in_minutes: 20
agents:
provider: "aws"
Expand Down
8 changes: 4 additions & 4 deletions .buildkite/deploy/kubernetes/deploy-k8s-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
make -C deploy/kubernetes test
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -61,7 +61,7 @@ steps:
make -C deploy/kubernetes test
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -83,7 +83,7 @@ steps:
make -C deploy/kubernetes test
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -105,7 +105,7 @@ steps:
make -C deploy/kubernetes test
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand Down
20 changes: 10 additions & 10 deletions .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand All @@ -97,7 +97,7 @@ steps:
mage -v goIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -115,7 +115,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: gcp
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -142,7 +142,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -168,7 +168,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -187,7 +187,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_2019}"
Expand Down Expand Up @@ -238,7 +238,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_2016}"
Expand All @@ -259,7 +259,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_10}"
Expand Down Expand Up @@ -292,7 +292,7 @@ steps:
mage package
retry:
automatic:
- limit: 3
- limit: 1
timeout_in_minutes: 20
agents:
provider: "gcp"
Expand All @@ -314,7 +314,7 @@ steps:
mage package
retry:
automatic:
- limit: 3
- limit: 1
timeout_in_minutes: 20
agents:
provider: "aws"
Expand Down
22 changes: 11 additions & 11 deletions .buildkite/heartbeat/heartbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
make check-no-changes
retry:
automatic:
- limit: 3
- limit: 1
agents:
image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:latest"
cpu: "4000m"
Expand All @@ -65,7 +65,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand All @@ -81,7 +81,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -100,7 +100,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_2019}"
Expand Down Expand Up @@ -128,7 +128,7 @@ steps:
mage -v goIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -152,7 +152,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand Down Expand Up @@ -202,7 +202,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_2016}"
Expand All @@ -222,7 +222,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_11}"
Expand All @@ -242,7 +242,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_WIN_10}"
Expand Down Expand Up @@ -275,7 +275,7 @@ steps:
mage package
retry:
automatic:
- limit: 3
- limit: 1
timeout_in_minutes: 20
agents:
provider: gcp
Expand All @@ -295,7 +295,7 @@ steps:
mage package
retry:
automatic:
- limit: 3
- limit: 1
timeout_in_minutes: 20
agents:
provider: "aws"
Expand Down
16 changes: 8 additions & 8 deletions .buildkite/libbeat/pipeline.libbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
make check-no-changes
retry:
automatic:
- limit: 3
- limit: 1
agents:
image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:latest"
cpu: "4000m"
Expand Down Expand Up @@ -56,7 +56,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -76,7 +76,7 @@ steps:
mage -v goIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -96,7 +96,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -121,7 +121,7 @@ steps:
mage pythonIntegTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -141,7 +141,7 @@ steps:
make crosscompile
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -161,7 +161,7 @@ steps:
make STRESS_TEST_OPTIONS='-timeout=20m -race -v -parallel 1' GOTEST_OUTPUT_OPTIONS=' | go-junit-report > libbeat-stress-test.xml' stress-tests
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
Expand All @@ -184,7 +184,7 @@ steps:
mage build unitTest
retry:
automatic:
- limit: 3
- limit: 1
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand Down
Loading

0 comments on commit ebd70bf

Please sign in to comment.