Skip to content

Speed up build initialization for rules evaluation

Marius Bobin requested to merge 425789-faster-stubbed-build into master

What does this MR do and why?

Speed up build initialization for rules evaluation

We don't need these attributes to compute the variables for rules evaluation and they are quite slow for large pipelines.

See https://gitlab.com/gitlab-org/gitlab/-/issues/425789#note_1577240067

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #425789

Edited by Marius Bobin

Merge request reports