Skip to content

Cleanup `ci_fix_max_includes` feature flag

Leaminn Ma requested to merge cleanup-ci-fix-max-includes into master

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.

  1. Update your .gitlab-ci.yml file with:
include: .gitlab-ci.yml
  1. The pipeline should fail to run with the following error:

Screenshot_2023-04-18_at_4.05.51_PM

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 #396948 (closed)

Merge request reports