Skip to content

Remove unused `BuildProcessWorker`

Kamil Trzciński requested to merge remove-build-process-worker into master

What does this MR do?

Remove BuildProcessWorker as this is no longer needed. We can remove it as this worker is just introduced, so we not gonna break any of the installs. We migrated all the logic to PipelineProcessWorker. It was introduced during %12.2 cycle so, no new installations should be using, so there's no need to perform data migration.

Does this MR meet the acceptance criteria?

Conformity

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65539

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65457

Edited by Grzegorz Bizon

Merge request reports