-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[WIP] TEST-ONLY change net-contour image to cors changes only #15231
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: izabelacg The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15231 +/- ##
==========================================
+ Coverage 84.76% 84.77% +0.01%
==========================================
Files 218 218
Lines 13473 13473
==========================================
+ Hits 11420 11422 +2
+ Misses 1687 1685 -2
Partials 366 366 ☔ View full report in Codecov by Sentry. |
@dprotaso I have created this PR to help understand what is impacting serving tests in It looks like the tests pass now, so the CORS ones might be messing with the rest. I don't understand why yet. Should I investigate this further or it's fine to focus on #15226 instead? |
/test contour-latest_serving_main |
Update:
The net-contour-controller logs are shown below. I'll take a look later to understand why it crashes and doesn't give a more helpful error message:
|
/test contour-latest_serving_main |
Update: Once we confirm the serving tests are passing after properly disabling the cors feature, I will open a MR in serving to unblock things. Then, later, we can work on moving the e2e tests to net-contour. |
Closing this, as it will be Implemented by #15235 |
Testing only