Skip to content

Remove AWS runner deployment modal

Miguel Rincon requested to merge 386566-remove-runner-deploy-aws-modal into master

What does this MR do and why?

This change removes the runner deployment instructions modal in favor of grouping the AWS together with other platforms where users install the gitlab runner.

Changelog: changed

MR
Refactor runner instructions modal components (!108309 - merged)
Refactor static instructions to template (!108570 - merged)
Remove AWS runner deployment modal (!108591 - merged) you are here 👇

Screenshots or screen recordings

AWS is now available as an option for runner registration:

image

How to set up and validate locally

  1. Visit Admin -> CI/CD -> Runners e.g. /admin/runners
  2. Select Register an instance runner to open the dropdown
  3. Select Show runner installation and registration instructions to open modal
  4. Check modal's contents

Over in the Project CI/CD setting you'll find the same modal:

  1. Visit any project
  2. Select Settings -> CI/CD
  3. Open the Runners sections
  4. Select Show runner installation and registration instructions to open modal
  5. Check modal's contents

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

Edited by Miguel Rincon

Merge request reports