Skip to content

Add description of create runner screen

Miguel Rincon requested to merge 383139-add-registration-flow-alternative into master

What does this MR do and why?

This change adds a description of the create runner screen with a link to the old registration method.

Adds the first line of content of the design at: #383139[Runner-registration-default.png]

Screenshots or screen recordings

A new Vue-powered area is added:

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)
  2. Visit Admin -> CI/CD -> Runners
  3. Confirm the "New instance runner" button is available on the top-right corner
  4. Select the button to go to a new empty page

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

Edited by Miguel Rincon

Merge request reports