Skip to content

Remove unused code for `no_matching_runner` failure reason

Marius Bobin requested to merge ci-quota-check-builds-clean-up into master

What does this MR do?

Reverts the changes introduced for https://gitlab.com/gitlab-org/gitlab/-/issues/323486 that are not needed anymore. We used to drop the jobs that didn't match any active runner when the pipeline is created, but it turns out that is common for the users to spin up runners from a pipeline to handle jobs in later stages. We've removed the code that was dropping the jobs with no_matching_runner failure reason in !63542 (merged) and now we're doing the final clean-up.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Marius Bobin

Merge request reports

Loading