-
Notifications
You must be signed in to change notification settings - Fork 117
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
Using the composite prober for the sink #3267
Using the composite prober for the sink #3267
Conversation
Hi @Rahul-Kumar-prog. Thanks for your PR. I'm waiting for a knative-extensions member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
Codecov Report
@@ Coverage Diff @@
## main #3267 +/- ##
============================================
- Coverage 63.56% 61.92% -1.64%
+ Complexity 774 767 -7
============================================
Files 170 181 +11
Lines 11957 12217 +260
Branches 250 268 +18
============================================
- Hits 7600 7565 -35
- Misses 3779 4064 +285
- Partials 578 588 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 27 files with indirect coverage changes 📢 Have feedback on the report? Share it here. |
/cc @Cali0707 |
/ok-to-test |
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.
/lgtm
/retest-required |
/cc @pierDipi |
Hey @Cali0707 what is the status of this issue ?? |
Currently waiting for someone to provide a second review. I will ask people on slack for another review |
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.
Thanks @Rahul-Kumar-prog and @Cali0707, well done!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, pierDipi, Rahul-Kumar-prog 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 |
/retest-required |
/test channel-integration-tests-ssl |
1e36978
into
knative-extensions:main
…ion knative-extensions#3406 (#923) * Using the composite prober for the sink (knative-extensions#3267) * Cherry-pick 57c4d1e * Cherry-pick 82651c9 --------- Co-authored-by: Rahul kumar <[email protected]> Co-authored-by: Calum Murray <[email protected]>
…#925) * Using the composite prober for the sink (knative-extensions#3267) * E2E tests for sink: TLS key pair rotation (knative-extensions#3395) * Exposing the 8443 port for https * Add the test implementation * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <[email protected]> * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <[email protected]> * Go formt and imports * Adding the configmap watcher feature store * Formatting issue --------- Co-authored-by: Pierangelo Di Pilato <[email protected]> --------- Co-authored-by: Rahul kumar <[email protected]> Co-authored-by: Pierangelo Di Pilato <[email protected]>
…3510) * Using the composite prober for the sink (#3267) * E2E tests for sink: TLS key pair rotation (#3395) * Exposing the 8443 port for https * Add the test implementation * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <[email protected]> * Fix the custom resource definition Co-authored-by: Pierangelo Di Pilato <[email protected]> * Go formt and imports * Adding the configmap watcher feature store * Formatting issue --------- Co-authored-by: Pierangelo Di Pilato <[email protected]> --------- Co-authored-by: Rahul kumar <[email protected]> Co-authored-by: Pierangelo Di Pilato <[email protected]>
Fixes #3189
Proposed Changes
Release Note
Docs