Remove ability to change type of a shared runner
requested to merge 345347-remove-ability-to-convert-an-instance-shared-runner-to-a-project-specific-runner into master
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 |
---|---|
How to set up and validate locally
- As admin, visit the Admin -> Runners
- Click on Edit for an instance (aka shared) runner, verify there is no projects section
- Click on Edit for an group runner, verify there is no projects section
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Miguel Rincon