Skip to content

Remove runner list in group settings

What does this MR do and why?

Related to #336405 (closed)

The list at Group -> Settings -> CI/CD -> Runners (section) are moving to Group -> Runners

This change removes the old list in setting implementation from the UI.

When the feature flag runner_list_group_view_vue_ui is disabled, the old runner list in the settings is still available, but it pending for full removal.

Changelog: removed

Screenshots or screen recordings

before after
Note: the new list is located at **Group -> Runners**

image

How to set up and validate locally

  1. As a group owner, visit Group -> Settings -> Runners

  2. Validate that the runner table is not available

  3. Note: If you disable runner_list_group_view_vue_ui you will see the list here, instead of the main page.

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