Skip to content

Inverse pipeline for its build associations

Igor Drozdov requested to merge id-inverse-pipeline-build into master

What does this MR do?

We have multiple N+1s on https://gitlab.com/gitlab-org/gitlab/-/pipelines. In order to verify that we have this problem

This current merge requests inverses pipeline for its build associations, so when a build calls .pipeline it doesn't perform an SQL request.

Other N+1s are going to be fixed in separate merge requests.

Merge request reports

Loading