-
Notifications
You must be signed in to change notification settings - Fork 620
[release-1.6] Make some broker conformance tests decoratable with broker options #6519
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
[release-1.6] Make some broker conformance tests decoratable with broker options #6519
Conversation
Codecov Report
@@ Coverage Diff @@
## release-1.6 #6519 +/- ##
============================================
Coverage 82.03% 82.03%
============================================
Files 235 235
Lines 11713 11713
============================================
Hits 9609 9609
Misses 1634 1634
Partials 470 470 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
/cherry-pick release-1.5 |
|
@aliok: once the present PR merges, I will cherry-pick it on top of release-1.5 in a new PR and assign it to you. DetailsIn 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/test-infra repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aliok, knative-prow-robot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@aliok: new pull request could not be created: failed to create pull request against knative/eventing#release-1.5 from head knative-prow-robot:cherry-pick-6519-to-release-1.5: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"No commits between knative:release-1.5 and knative-prow-robot:cherry-pick-6519-to-release-1.5"}],"documentation_url":"https://docs.github.com/rest/reference/pulls#create-a-pull-request"} DetailsIn 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/test-infra repository. |
…native#6519) Co-authored-by: Ali Ok <aliok@redhat.com>
* Make some broker conformance tests decoratable with broker options (knative#6519) Co-authored-by: Ali Ok <aliok@redhat.com> * [release-1.6] Remove strict check in scorer plugins and respect maxskew, requeue when no pods available rather than fail Scheduler (knative#6527) * Remove strict check in scorer plugins and respect maxskew, requeue when no pods available rather than fail scheduler Signed-off-by: aavarghese <avarghese@us.ibm.com> * Adding tests - coverage for HA plugins not failing scheduler on zones/nodes with no schedulable pods Signed-off-by: aavarghese <avarghese@us.ibm.com> Signed-off-by: aavarghese <avarghese@us.ibm.com> Co-authored-by: aavarghese <avarghese@us.ibm.com> * Add readiness and liveness probes in controller (knative#6567) Co-authored-by: Lionel Villard <villard@us.ibm.com> Signed-off-by: aavarghese <avarghese@us.ibm.com> Co-authored-by: Knative Prow Robot <knative-prow-robot@google.com> Co-authored-by: Ali Ok <aliok@redhat.com> Co-authored-by: aavarghese <avarghese@us.ibm.com> Co-authored-by: Lionel Villard <villard@us.ibm.com>
This is an automated cherry-pick of #6517