Skip to content

Commit 9d25699

Browse files
authored
bk: retry Start ESS stack for integration tests (#8553)
1 parent 4334c60 commit 9d25699

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ steps:
5353
context: "buildkite/elastic-agent-extended-testing - ESS stack provision"
5454
env:
5555
ASDF_TERRAFORM_VERSION: 1.9.2
56-
command: |
57-
#!/usr/bin/env bash
58-
set -euo pipefail
59-
source .buildkite/scripts/steps/ess_start.sh
56+
command: .buildkite/scripts/steps/ess_start.sh
57+
retry:
58+
automatic:
59+
limit: 1
6060
artifact_paths:
6161
- test_infra/ess/*.tfstate
6262
- test_infra/ess/*.lock.hcl

0 commit comments

Comments
 (0)