rspec:feature-flags fails on master occassionally
Job #1340726672 failed for gitlab-foss@e58ce90f:
In gitlab-org/gitlab
there are examples of the job passing and failing:
- Pass: https://gitlab.com/gitlab-org/gitlab/-/jobs/1340720582
- Pass: https://gitlab.com/gitlab-org/gitlab/-/jobs/1340726442
- Fail: https://gitlab.com/gitlab-org/gitlab/-/jobs/1340825448
These feature flags appears to be UNUSED
If they are really no longer needed REMOVE their .yml definition
If they are needed you need to ENSURE that their usage is covered with specs to continue.
- block_password_auth_for_saml_users
- ci_drop_new_builds_when_ci_quota_exceeded
- ci_minutes_track_live_consumption
- ci_require_credit_card_on_free_plan
- ci_require_credit_card_on_trial_plan
- create_vulnerability_jira_issue_via_graphql
- dast_runner_site_validation
- devops_adoption_feature
- escalation_policies_mvc
- geo_pipeline_artifact_replication
- geo_snippet_repository_replication
- group_ci_cd_analytics_page
- group_devops_adoption
- group_level_protected_environments
- jobs_to_be_done
- multiple_oncall_schedules
- new_route_ci_minutes_purchase
- null_hypothesis
- other_storage_tab
- push_rules_supersede_code_owners
- security_orchestration_policies_configuration
- vue_epics_list
Feature flag usage check failed.
Edited by Kyle Wiebers