We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4334c60 commit 9d25699Copy full SHA for 9d25699
.buildkite/bk.integration.pipeline.yml
@@ -53,10 +53,10 @@ steps:
53
context: "buildkite/elastic-agent-extended-testing - ESS stack provision"
54
env:
55
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
+ command: .buildkite/scripts/steps/ess_start.sh
+ retry:
+ automatic:
+ limit: 1
60
artifact_paths:
61
- test_infra/ess/*.tfstate
62
- test_infra/ess/*.lock.hcl
0 commit comments