Skip to content

Commit

Permalink
fix(config): sw-926 reactivate rosa, add to openshift (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Nov 28, 2023
1 parent 6d1f06d commit aa3ae8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/config/product.rosa.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { translate } from '../components/i18n/i18n';
*
* @type {string}
*/
const productGroup = RHSM_API_PATH_PRODUCT_TYPES.ROSA;
const productGroup = 'openshift';

/**
* Product ID. The identifier used when querying the API.
Expand Down
23 changes: 12 additions & 11 deletions tests/__snapshots__/dist.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -25,6 +26,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -38,6 +40,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -51,6 +54,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -64,6 +68,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -77,6 +82,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -90,6 +96,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -103,6 +110,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -116,6 +124,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -129,6 +138,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand Down Expand Up @@ -517,17 +527,6 @@ exports[`Build distribution should have a predictable ephemeral navigation based
],
"productVariants": [],
},
{
"coverage": "FALSE",
"path": "/rosa",
"productGroup": [
"rosa",
],
"productId": [
"rosa",
],
"productVariants": [],
},
]
`;

Expand Down Expand Up @@ -567,6 +566,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand Down Expand Up @@ -626,6 +626,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand Down

0 comments on commit aa3ae8d

Please sign in to comment.