Skip to content

Simplify feature flag setup in e2e test pipelines

Andrejs Cunskis requested to merge andrey-remove-gitlab-qa-opts into master

What does this MR do and why?

  • With E2E: Move feature flag setup to rspec hooks (!135809 - merged) merged environment variable QA_FEATURE_FLAGS can be used directly without the need to construct cli command thus simplifying the setup
  • EXTRA_GITLAB_QA_OPTS was added to allow super sidebar tests run alongside the normal pipeline and should not be relevant anymore

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Tiffany Rea

Merge request reports