-
Notifications
You must be signed in to change notification settings - Fork 600
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
Migrate channel reconciler to use messaging.* v1 resources #3871
Conversation
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-eventing-conformance-tests:
|
I have seen these failing too, when I tried to set the IMC/v1 as the default channel, on the ConfigMaps (default channel, and for broker default channel) |
/test pull-knative-eventing-unit-tests It says configmap creation timed out. Let's retry the unit tests only. |
Created a PR against @nlopezgi 's branch here for the making the code pass the conformance tests: nlopezgi#1 Tried it here: #3890 @nlopezgi can you merge that PR against your branch? then we should be good to go. |
Thanks a lot for catching that @aliok . Merged your changes and pushed, lets see if all tests are happy now. |
The following is the coverage report on the affected files.
|
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
/approve
Thanks for the great work. This was hard!
Thank you for all the help, I was very much blocked a couple of times there and you provided the needed fixes! |
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
/approive
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aliok, matzew, nlopezgi 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 |
) * revert changes to types for v1<->v1alpha compatibility * migrate v1beta1 -> v1 for channel reconciler * run codegen * merge @aliok suggested fix
Part of #3584
Proposed Changes
Implementing changes according to #3789 (comment)