Skip to content

Make sure that CI jobs are preloaded

Jan Provaznik requested to merge n_plus_one_jobs into master

What does this MR do?

If merge_request_cached_pipeline_serializer flag is enabled and non_public_artifacts flag is disabled (which seems to be the case for gitlab on .com now), then there is an N+1 issue when rendering job artifacts.

Related to #321977 (closed)

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Merge request reports