Skip to content

Commit ca25e9c

Browse files
authored
bk: retry Start ESS stack for integration tests (#8553) (#8829)
1 parent d428f8b commit ca25e9c

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
@@ -46,10 +46,10 @@ steps:
4646
context: "buildkite/elastic-agent-extended-testing - ESS stack provision"
4747
env:
4848
ASDF_TERRAFORM_VERSION: 1.9.2
49-
command: |
50-
#!/usr/bin/env bash
51-
set -euo pipefail
52-
source .buildkite/scripts/steps/ess_start.sh
49+
command: .buildkite/scripts/steps/ess_start.sh
50+
retry:
51+
automatic:
52+
limit: 1
5353
artifact_paths:
5454
- test_infra/ess/*.tfstate
5555
- test_infra/ess/*.lock.hcl

0 commit comments

Comments
 (0)