-
Notifications
You must be signed in to change notification settings - Fork 101
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
Reapply UDT - Remove Legacy Routing #8275
Conversation
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... |
Unit Tests3 552 tests - 10 3 548 ✅ - 10 5m 26s ⏱️ +7s Results for commit 197ef9a. ± Comparison against base commit da85dab. This pull request removes 10 tests.
♻️ This comment has been updated with latest results. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8275 +/- ##
=======================================
Coverage 59.82% 59.83%
=======================================
Files 590 590
Lines 39520 39513 -7
=======================================
- Hits 23644 23642 -2
+ Misses 14120 14112 -8
- Partials 1756 1759 +3 ☔ View full report in Codecov by Sentry. |
1fd0229
to
6d0071b
Compare
6d0071b
to
7b5fa30
Compare
7b5fa30
to
accff5c
Compare
accff5c
to
da58a0d
Compare
da58a0d
to
9a6150b
Compare
9a6150b
to
c2d25fc
Compare
# Description 1. Remove Legacy Routing. Update tests as necessary 2. Add global location, address to manifests. Include them in ucp images. ## Type of change - This pull request adds or changes features of Radius and has an approved issue (#6688 ). Part of: #6688 ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: - [ ] An overview of proposed schema changes is included in a linked GitHub issue. - [ ] A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [ ] If applicable, design document has been reviewed and approved by Radius maintainers/approvers. - [ ] A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are affected by the changes in this PR. - [ ] A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes in this PR affect the documentation or any user facing updates are made. - [ ] A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. --------- Signed-off-by: lakshmimsft <[email protected]>
c2d25fc
to
940a693
Compare
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... |
@nithyatsu , @ytimocin: Commit for PR #8205 is being reinstated with updates to cloud and non-cloud test workflows. |
Signed-off-by: lakshmimsft <[email protected]>
940a693
to
197ef9a
Compare
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... |
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.
talked online for questions. lgtm.
Description
Commit for PR #8205 is being reinstated with updates to cloud and non-cloud test workflows.
The updates to the workflows are in commit 940a693.
Original PR Description:
Type of change
Part of: #6688
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: