Skip to content

Not removing group in after bloock

Tiffany Rea requested to merge 330823-remove-group-remover into master

What does this MR do?

I'm removing the group remove logic in after block here. We already have cleanup logic to take care of this so if race condition happens we run into this error

QA::Resource::ApiFabricator::ResourceNotDeletedError:
       Resource at http://gitlab-ee-c09e9a31.test/api/v4/groups/7?private_token=[****] could not be deleted (400): `{"message":"Group has been already marked for deletion"}`.

Example job: https://gitlab.com/gitlab-org/gitlab-qa-mirror/-/jobs/1424266172, also have been reported a few times here #330823 (closed)

I think removing the projects instead is sufficient.

Does this MR meet the acceptance criteria?

Conformity

Related to #330823 (closed)

Edited by Tiffany Rea

Merge request reports

Loading