Skip to content

Change slash command for the GraphQL query in job logs

What does this MR do and why?

Change slash command for the GraphQL query in job logs. This changes /rca to /troubleshoot

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

How to set up and validate locally

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

  1. Ensure that you have the AI Gateway setup
  2. Turn on the Duo feature flags bundle exec rails gitlab:duo:enable_feature_flags
  3. Turn on the root_cause_analysis_duo feature flag, echo Feature.enable(:root_cause_analysis_duo) > bundle exec rails c
  4. Go to a failing job and click on Troubleshoot

Merge request reports