Skip to content

Move runner tag selection to a filter

Alexander Turinske requested to merge 413278-create-runner-tag-filter into master

What does this MR do and why?

Move runner tag selection to a filter

  • create filter
  • update tests

Changelog: changed

EE: true

Screenshots or screen recordings

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

Before After
before after

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Upload a GitLab Ultimate license
  2. Navigate to a project/group => Secure => Policies => New policy => Scan Execution Policy
  3. Create a Tag filter and add tags if some exist
  4. Verify the yaml updates
  5. Navigate to yaml mode and update the tags manually with non-existing tags, and navigate back to rule mode
  6. Verify the "non-existing tags" error shows and rule mode is disabled
  7. Navigate to yaml mode and update the tags manually with existing tags, and navigate back to rule mode
  8. Verify the tags filter appears

MR acceptance checklist

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

Related to #413278 (closed)

Edited by Alexander Turinske

Merge request reports