Skip to content

Add version compatibility alert in new runner

What does this MR do and why?

Implements most of #396757 (closed).

I haven't implemented the link under "using a registration token to create a runner" because I have another MR on the fly that makes changes to that area.

Screenshots or screen recordings

image

How to set up and validate locally

  1. Enable the feature flag: in your console rails c, and then Feature.enable(:create_runner_workflow_for_admin)
  2. Follow the runner creation instructions from Admin > CI/CD > Runners http://gdk.test:3000/admin/runners

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

Edited by Miguel Rincon

Merge request reports