Clean up ci_require_credit_card_on_free_plan feature flag
What does this MR do and why?
Resolves https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/issues/762
This MR cleans up ci_require_credit_card_on_free_plan
feature flag rolled out in https://gitlab.com/gitlab-org/gitlab/-/issues/330104 and disabled 11 months ago. The feature behind this flag has been replaced with https://gitlab.com/groups/gitlab-org/modelops/anti-abuse/-/epics/32+.
To keep the MR small, the other flag (ci_require_credit_card_on_trial_plan
) will be removed in a separate MR as part of https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/issues/763+.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
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.