Skip to content

Display 2 most recent failed jobs in admin runners

Miguel Rincon requested to merge 413096-display-2-most-recent-failed-jobs into master

What does this MR do and why?

This change adds the 2 most recent failures of any job in the runners dashboard.

The failures are not yet filtered by runner specific failures, so any failed job can be listed.

Screenshots or screen recordings

before after after (empty state)
image image image

How to set up and validate locally

  1. This is GitLab Ultimate feature, ensure your instance in set up for this.
  2. Enable feature flag for the dashboard Feature.enable(:runners_dashboard)
  3. Visit the Admin -> Runner and select "Fleet Dashboard"
  4. Confirm the new panel contains data

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

Edited by Miguel Rincon

Merge request reports