Add missing feature categories to CI/CD fixture specs
What does this MR do and why?
Adds missing feature_category: RSpec metadata to frontend fixture specs for the Verify stage's Pipeline Execution group.
Part of #584630 (closed)
Changes
| File | Feature Category |
|---|---|
spec/frontend/fixtures/jobs.rb |
continuous_integration |
spec/frontend/fixtures/pipeline_schedules.rb |
continuous_integration |
spec/frontend/fixtures/job_artifacts.rb |
job_artifacts |
Feature categories based on config/feature_categories.yml and Features by Group.
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.
MR Checklist (@gerardo-navarro)
- Changelog entry added, if necessary - Not required for test metadata
- Documentation created/updated - Not applicable
- Tests added for this feature/bug - This MR updates test metadata
- Conforms to the code review guidelines
- Conforms to the style guides