-
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
Fix e2e script to disable cors policy for Contour tests #15235
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15235 +/- ##
=======================================
Coverage 84.76% 84.76%
=======================================
Files 218 218
Lines 13473 13473
=======================================
Hits 11420 11420
+ Misses 1687 1686 -1
- Partials 366 367 +1 ☔ View full report in Codecov by Sentry. |
/test contour-latest_serving_main |
/retest certmanager-integration-tests_serving_main contour-latest_serving_main |
@izabelacg: The
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
cert manager is flakey ignore it - #15236 made it optional here: knative/infra#442 |
Ok, Thanks for letting me know! How about the code style check for shell, is it a new check? I'm wondering because is complaining about parts I didn't touch in the script |
/lgtm |
@dprotaso: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, izabelacg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override "style / suggester / shell" |
@dprotaso: Overrode contexts on behalf of dprotaso: style / suggester / shell In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@dprotaso I wonder if this also needs to be cherry-picked to release-1.14... or it doesn't matter since it just to fix a test script? |
Going to merge this so I can merge the test deletion |
@dprotaso: #15235 failed to apply on top of branch "release-1.14":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Proposed Changes
Context
Previously, setting the config field to an empty string resulted in parsing errors, leading to net-contour-controller pods entering an error state and causing subsequent tests to fail. This other PR is blocked on this change due to test failures: #15204