Skip to content

Remove format validation of product_group from json schema

Jonas Larsen requested to merge j_lar/update-product-group-five-min-app into master

What does this MR do and why?

In a effort to update ownership data in the metric definitions to match the group names in stages.yml this MR updates two product groups from five_min_app to 5-min-app.

When https://gitlab.com/gitlab-com/gitlab-OKRs/-/work_items/6011 is implemented, we will make sure that the value of product_group is a valid group according to stages.yml. Therefor, we will not need the regex validation in the schema anymore.

I remove the regex in this MR as 5-min-app isn't valid according to it.

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.

Related to &12587

Merge request reports