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.
|
aliok
left a comment
There was a problem hiding this comment.
/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! |
|
[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 DetailsNeeds 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)