Skip to content

Add legal disclaimer to root cause analysis drawer

What does this MR do and why?

This MR implements #426595 (closed) and adds a legal disclaimer to root cause analysis drawer.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before load Loading Loaded
Screenshot_2024-02-19_at_20.32.20 Screenshot_2024-02-19_at_20.32.39 Screenshot_2024-02-19_at_20.32.49

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Make sure you have enabled AI features locally
  2. Enable root cause analysis feature toggle:
Feature.enable(:ai_build_failure_cause)
  1. Navigate to any failed pipeline and click Root cause analysis button Screenshot_2024-02-19_at_20.38.38

Merge request reports