Skip to content

Run only changed QA tests in gdk pipeline

What does this MR do and why?

Relates to gitlab-org/quality/quality-engineering/team-tasks#2085 (closed)

This change is to run only QA_TESTS (changed QA specs from an MR diff) which are :reliable in the MR pipeline.

Tested the following cases:

  • When MR diff contains app changes other than QA directory. Runs the full :reliable suite in parallel jobs.
  • When MR diff contains QA framework changes in QA directory. Runs the full :reliable suite in parallel jobs.
  • When MR diff contains changes to :reliable E2E specs and non-blocking E2E specs. Runs only the changed :reliable specs in selective job.
  • Works as above with gdk-qa-smoke job as well.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

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.

Edited by Harsha Muralidhar

Merge request reports