From ca726a219e7289ca1278653003c8dc299d302093 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Wed, 17 Jul 2024 15:20:32 +0200 Subject: [PATCH] [CI] Automatic retries for integration tests (#5145) * [CI] Automatic retries for integration tests. New GCP SA * Reverted SA usage --- .buildkite/integration.pipeline.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.buildkite/integration.pipeline.yml b/.buildkite/integration.pipeline.yml index ec14a58ee2f..343082d753b 100644 --- a/.buildkite/integration.pipeline.yml +++ b/.buildkite/integration.pipeline.yml @@ -29,6 +29,9 @@ steps: artifact_paths: - "build/TEST-**" - "build/diagnostics/*" + retry: + automatic: + - limit: 1 agents: provider: "gcp" machineType: "n1-standard-8" @@ -50,6 +53,9 @@ steps: artifact_paths: - "build/TEST-**" - "build/diagnostics/*" + retry: + automatic: + - limit: 1 agents: provider: "gcp" machineType: "n1-standard-8" @@ -71,6 +77,9 @@ steps: artifact_paths: - "build/TEST-**" - "build/diagnostics/*" + retry: + automatic: + - limit: 1 agents: provider: "gcp" machineType: "n1-standard-8" @@ -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"