Skip live environments for search tests
What does this MR do and why?
Adds the tag skip_live_env
to search tests (except the nightly test that is tagged with only: { pipeline: :nightly }
) so that we can experiment with the new pipeline-common that has an ee-qa-api-9_enablement
section that will allow us to start running enablement/search tests in live environments. But we want to do this by making MRs that remove the tag skip_live_env
so that we can selectively use the MR's package_and_qa
's QA_IMAGE
to run Staging pipelines against and see if the tests pass.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.