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 d428f8b commit ca25e9cCopy full SHA for ca25e9c
.buildkite/bk.integration.pipeline.yml
@@ -46,10 +46,10 @@ steps:
46
context: "buildkite/elastic-agent-extended-testing - ESS stack provision"
47
env:
48
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
+ command: .buildkite/scripts/steps/ess_start.sh
+ retry:
+ automatic:
+ limit: 1
53
artifact_paths:
54
- test_infra/ess/*.tfstate
55
- test_infra/ess/*.lock.hcl
0 commit comments