Skip to content

Update warning when disabling group shared runners

What does this MR do and why?

In 16.2 enabling/disabling shared runners in parent group enables recursively shared runners in all sub-groups and sub-projects. This change updates the warning text to indicate the change.

Changelog: changed

See: #416379 (closed) and !124735 (merged)

Closes #433106 (closed)

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Visit any group's CI/CD settings e.g. http://gdk.test:3000/groups/top-group/-/settings/ci_cd
  2. Open the "Runners" collapsible section
  3. Uncheck (you can check first) the "Enable shared runners for this group" toggle.
  4. Confirm the modal message is updated to "Shared runners will be disabled for all projects and subgroups in this group."

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 Miguel Rincon

Merge request reports