Skip to content

Add ability to constrain tests per pipeline

Erick Banks requested to merge egb-only-nightly into master

What does this MR do?

Lets us specify pipeline specific tests to run in. Ex: adding the tag only_run_in_pipeline: [:nightly] to an example group or it clause will only run the test in the nightly pipeline.

This is useful for us in search team, as we have a test that can be rather long running and we only want to run it on nightly cadence.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Erick Banks

Merge request reports