Create runner form: Add the second step submission

What does this MR do and why?

This MR is a next step of a Create runner form: Add the second step with op... (!189298 - merged) • Jules Miocene • 18.1. This MR adds a submission feature.

References

Feature issue: #396544

FF rollout issue: #533827

UX Paper Cuts planning issue: #513102 (closed)

Screenshots or screen recordings

CleanShot_2025-06-16_at_13.55.54

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(: runner_create_wizard_admin)
  2. Go to http://gdk.test:3000/admin/runners/new
  3. Write a any text in the tag field
  4. Click [Next step]
  5. Click [Next step]
  6. If you see the third step, your runned has been created
  7. You can go back to http://gdk.test:3000/admin/runners and see your new runner in the list

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jules Miocene

Merge request reports

Loading