Cleanup `ci_fix_max_includes` feature flag
What does this MR do and why?
This MR cleans up the feature flag ci_fix_max_includes
, which was defaulted to ON in the last milestone in #390909 (closed).
Clean up issue: #396948 (closed)
How to set up and validate locally
You can verify that the fix still works by ensuring a circular includes situation is blocked as expected.
- Update your
.gitlab-ci.yml
file with:
include: .gitlab-ci.yml
- The pipeline should fail to run with the following error:
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #396948 (closed)