Skip to content

Moves IncubationAlert to its shared components

Eduardo Bonet requested to merge mlops/extract-incubation-alert into master

What does this MR do and why?

More Incubation projects are starting to use the alert, thus we are moving it outside of the ml experiment tracking scope. This MR has no visual changes, only minor text tweaks.

Screenshots or screen recordings

image

How to set up and validate locally

  1. Enable Feature Flag

    echo "Feature.enable(:ml_experiment_tracking)" | bundle exec rails c
  2. Create data

    Ml::Experiment.create!(name: "Awesome Gitlab Experiment", user_id: nil, project_id: <some project id>)
  3. Navigate to http://gdk.test:3000/<project namespace>/<your project>/-/ml/experiments/<experiment id>. The banner should be displayed there

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eduardo Bonet

Merge request reports