Skip to content

Accept YamlProcessor::FeatureFlags usage as a used-feature-flag case

Furkan Ayhan requested to merge fa/accepting-yamlprocessor-ff-usage into master

What does this MR do and why?

In rspec:feature-flags job of our CI pipeline, we check the feature flag usage with Feature.enabled?, Feature.disabled?, and push_frontend_feature_flag. However, it does not check the feature flag usage that we recently added YamlProcessor::FeatureFlags.enabled? (!91252 (merged)).

In this MR, we cover this case.

First failure of this case: https://gitlab.com/gitlab-org/gitlab/-/jobs/2939404576, MR: !95390 (merged).

confirmation 🎉 https://gitlab.com/gitlab-org/gitlab/-/jobs/2940390725

MR acceptance checklist

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

Edited by Furkan Ayhan

Merge request reports

Loading