-
Notifications
You must be signed in to change notification settings - Fork 99
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
Remove unused test artifacts #7824
Conversation
Signed-off-by: karishma-chawla <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7824 +/- ##
==========================================
+ Coverage 61.05% 61.07% +0.02%
==========================================
Files 523 523
Lines 27466 27466
==========================================
+ Hits 16768 16774 +6
+ Misses 9212 9209 -3
+ Partials 1486 1483 -3 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Some of the tests have been updated to remove dependency from Azure resources ([example](https://github.com/radius-project/radius/pull/5623/files#diff-257cc4360838d4c154e45fb4ec7d997569a34170b1b81771ab0283911658568c)), but the relevant scripts that created the actual resources weren't updated. This PR removes the code for resources no longer used. I'll manually delete the corresponding leftover resources from portal (all created over a year ago). Signed-off-by: karishma-chawla <[email protected]> Co-authored-by: karishma-chawla <[email protected]>
Some of the tests have been updated to remove dependency from Azure resources ([example](https://github.com/radius-project/radius/pull/5623/files#diff-257cc4360838d4c154e45fb4ec7d997569a34170b1b81771ab0283911658568c)), but the relevant scripts that created the actual resources weren't updated. This PR removes the code for resources no longer used. I'll manually delete the corresponding leftover resources from portal (all created over a year ago). Signed-off-by: karishma-chawla <[email protected]> Co-authored-by: karishma-chawla <[email protected]> Signed-off-by: Reshma Abdul Rahim <[email protected]>
Description
Some of the tests have been updated to remove dependency from Azure resources (example), but the relevant scripts that created the actual resources weren't updated. This PR removes the code for resources no longer used. I'll manually delete the corresponding leftover resources from portal (all created over a year ago).
Type of change
Fixes: #issue_number