Skip to content

Remove the use of `is_shared` of `Ci::Runner`

Kamil Trzciński requested to merge remove-is-shared-from-ci-runners into master

What does this MR do?

This MR removes ~"technical debt" related to introduced runner_type for Ci::Runner. It removes the use of is_shared database column in favor of runner_type.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/46010

Edited by Grzegorz Bizon

Merge request reports