From e498e4d135106422788a8d19c7b0a09a15101d69 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Fri, 19 Jul 2024 09:22:48 +0200 Subject: [PATCH] [CI] Revert integration tests retries (#5170) --- .buildkite/integration.pipeline.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.buildkite/integration.pipeline.yml b/.buildkite/integration.pipeline.yml index 343082d753b..94b31b9a63b 100644 --- a/.buildkite/integration.pipeline.yml +++ b/.buildkite/integration.pipeline.yml @@ -29,9 +29,6 @@ steps: artifact_paths: - "build/TEST-**" - "build/diagnostics/*" - retry: - automatic: - - limit: 1 agents: provider: "gcp" machineType: "n1-standard-8" @@ -53,9 +50,6 @@ steps: artifact_paths: - "build/TEST-**" - "build/diagnostics/*" - retry: - automatic: - - limit: 1 agents: provider: "gcp" machineType: "n1-standard-8" @@ -77,9 +71,6 @@ steps: artifact_paths: - "build/TEST-**" - "build/diagnostics/*" - retry: - automatic: - - limit: 1 agents: provider: "gcp" machineType: "n1-standard-8" @@ -99,9 +90,6 @@ 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"