Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add serverless FTR tests to staging quality gate (#167294)
## Summary This PR adds the serverless FTR tests that we already have in the [QA quality gate](https://github.com/elastic/kibana/blob/main/.buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml#L18-L24) to the staging quality gate. ### Details We intentionally decided run the same set of FTR tests again in staging for starters. We're accepting the over-testing here until we have enough confidence and experience with our serverless product stability to decide which set of tests to run in which environment. This PR also explicitly sets the `EC_ENV` and `EC_REGION` environment variables for QA and Staging. It worked fine for QA env so far without setting the environment variable because it fell back on the QAF default values. Setting these values explicitly, makes it more robust.
- Loading branch information