Skip to content

Draft: Add new runner creation workflow feature flag

Miguel Rincon requested to merge 361649-add-runner-creation-workflow-ff into master

What does this MR do and why?

This change adds a new empty page where the runner team will add a runner creation workflow that does not require global registration tokens.

This workflow is aimed to give admin more control over the resources that are created in their instance.

See more at: https://docs.gitlab.com/ee/architecture/blueprints/runner_tokens/

Screenshots or screen recordings

FF off FF on admin/runners/new page (empty while in development)
image image 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 #361649 (closed)

Edited by Miguel Rincon

Merge request reports