Skip to content

Remove ability to change type of a shared runner

What does this MR do and why?

This change removes the ability to convert a instance (shared) runner to a project (specific) runner.

Changelog: removed

Fixes #345347 (closed).

Parent MR !85507 (merged)

Related issues this feature caused in the past:

Screenshots or screen recordings

For both Groups and Instance runners we won't have project configuration anymore:

before after
Screen_Shot_2022-04-21_at_15.04.51 image

How to set up and validate locally

  1. As admin, visit the Admin -> Runners
  2. Click on Edit for an instance (aka shared) runner, verify there is no projects section
  3. Click on Edit for an group runner, verify there is no projects section
  4. Click on Edit for a project (aka specific) runner, verify that project can be updated (feature is unchanged in this case)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Miguel Rincon

Merge request reports