Skip to content

Adds active runners to group runner dashboard

What does this MR do and why?

Depends on !151640 (merged) and !151527 (merged).

This change adds the "active runners" panel to the group runner dashboard.

Note: We are using a WIP FF runners_dashboard_for_groups.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

image

How to set up and validate locally

  1. Ensure you have GitLab Ultimate license
  2. Enable the following feature in rails c: Feature.enable(:runners_dashboard_for_groups)
  3. Visit a group
  4. Select Build -> Runners -> Fleet dashboard
  5. You can run a job in a runner that belongs to the group, if needed.

Related to #424795 (closed)

Edited by Miguel Rincon

Merge request reports