mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Quality Gates - retry FTR tests (#174342)
## 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.
This commit is contained in:
parent
159cefacbf
commit
76ab8acc36
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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: ~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue