Skip to content

Commit

Permalink
Quality Gates - retry FTR tests (elastic#174342)
Browse files Browse the repository at this point in the history
## Summary

This PR enables a retry for failed FTR MKI tests when triggered from the
quality gates pipelines.

The retry has recently been introduce to that pipeline for all runs and
has now been modified to be controlled by an environment variable. This
PR adds the corresponding change to the calling pipelines.
  • Loading branch information
pheyos authored and delanni committed Jan 11, 2024
1 parent 85f92c4 commit 4d84124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ steps:
ENVIRONMENT: ${ENVIRONMENT}
EC_ENV: qa
EC_REGION: aws-eu-west-1
RETRY_TESTS_ON_FAIL: "true"
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-qa.yaml)"

# TODO: Uncomment this code when the integration is ready.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ steps:
ENVIRONMENT: ${ENVIRONMENT}
EC_ENV: staging
EC_REGION: aws-us-east-1
RETRY_TESTS_ON_FAIL: "true"
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-staging.yaml)"

- wait: ~
Expand Down

0 comments on commit 4d84124

Please sign in to comment.