-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[COST-5919] Update OCP VMs provider map #5512
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5512 +/- ##
=======================================
- Coverage 94.1% 94.1% -0.0%
=======================================
Files 371 371
Lines 31569 31569
Branches 3385 3385
=======================================
- Hits 29713 29712 -1
- Misses 1204 1205 +1
Partials 652 652 |
/retest |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of questions is all.
@@ -1335,7 +1356,7 @@ def test_execute_query_with_group_by_order_by_and_limit(self): | |||
"filter[limit]": 5, | |||
} | |||
|
|||
url = f'{reverse("reports-openshift-cpu")}?' + urlencode(params, quote_via=quote_plus) | |||
url = f"{reverse('reports-openshift-cpu')}?" + urlencode(params, quote_via=quote_plus) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious why we changed these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷🏻 auto formatting changed these
/retest |
Jira Ticket
COST-5919
Description
This change will modify API provider map to display distributed_cost in endpoints.
Testing
/v1/reports/openshift/resources/virtual-machines/?limit=20
platform_distributed
,worker_unallocated_distributed
,network_unattributed_distributed
,storage_unattributed_distributed
anddistributed
. (probably without values because we need some SQL changes).Release Notes