Skip to content

Add runners performance dashboard page

Miguel Rincon requested to merge 377324-add-runner-performance-dashboard into master

What does this MR do and why?

This change adds the runner performance dashboard route as an empty page behind a new feature flag which acts as a placeholder for future development of a runner performance dashboard.

Screenshots or screen recordings

Screenshot
Screenshot_2023-07-06_at_09.19.49

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:runners_dashboard)
  2. Visit any the admin performance page http://gdk.test:3000/admin/runners/dashboard
    • No page links here yet, we will add that in later MRs.

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 #377324 (closed)

Edited by Miguel Rincon

Merge request reports

Loading