Skip to content

Gates runner wait times history chart behind feature flag

What does this MR do and why?

This change gates the wait times history chart behind the clickhouse_ci_analytics feature falg so instances that don't have the feature enabled don't see an empty chart.

Screenshots or screen recordings

Before (ff disabled) After (ff disabled)
image image

How to set up and validate locally

  1. Enable Feature.enable(:runners_dashboard)
  2. Disable Feature.disable(:clickhouse_ci_analytics)
  3. Visit Admin > Runners > Dashboard http://gdk.test:3000/admin/runners/dashboard

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

Edited by Miguel Rincon

Merge request reports