-
Notifications
You must be signed in to change notification settings - Fork 94
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-4906] Update resource matching to use CSI volume handle #5132
[COST-4906] Update resource matching to use CSI volume handle #5132
Conversation
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5132 +/- ##
=======================================
- Coverage 94.1% 94.1% -0.0%
=======================================
Files 376 376
Lines 31308 31317 +9
Branches 3756 3759 +3
=======================================
+ Hits 29467 29471 +4
- Misses 1173 1177 +4
- Partials 668 669 +1 |
Co-authored-by: Sam Doran <[email protected]>
) | ||
WHERE ocp.source = {{ocp_source_uuid}} | ||
AND ocp.year = {{year}} | ||
AND lpad(ocp.month, 2, '0') = {{month}} -- Zero pad the month when fewer than 2 characters | ||
AND ocp.usage_start >= {{start_date}} | ||
AND ocp.usage_start < date_add('day', 1, {{end_date}}) | ||
AND (ocp.resource_id IS NOT NULL AND ocp.resource_id != '') | ||
AND (ocp.resource_id IS NOT NULL AND ocp.resource_id != '') -- This prevents claimless |
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.
nitpick: i'm not sure what this comment is telling me, claimless
?
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.
claimless is PVs that do not have a PVC associated with them. I have updated the comment to provide more clarity around that.
Azure run had 4 errors related to timeouts: https://ci.ext.devshift.net/job/koku-pipeline-pr-check-main/2360/ |
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.
Just one comment:
Co-authored-by: Michael Skarbek <[email protected]>
/retest |
successful Azure Smokes: |
Jira Ticket
COST-4906
Description
This change will update the resource matching to use the CSI volume handle
Testing
pip install --dev
4:
The
pv-volume-handle-with-pvc
volume is preset in the ocp on azure daily summary table.TODO:
Release Notes