-
Notifications
You must be signed in to change notification settings - Fork 83
move eventing/pkg/apis/duck/v1alpha1 here #430
Conversation
Codecov Report
@@ Coverage Diff @@
## main #430 +/- ##
==========================================
+ Coverage 73.09% 73.84% +0.75%
==========================================
Files 129 135 +6
Lines 5003 5323 +320
==========================================
+ Hits 3657 3931 +274
- Misses 1116 1146 +30
- Partials 230 246 +16
Continue to review full report at Codecov.
|
So, as expected the v1alpha1 tests are now failing. |
I can't think of any other solution. I guess during a "pre-upgrade step" we have to:
and there no way to downgrade Such pre-upgrade has to happen before upgrading eventing. |
In this PR we should remove v1alpha1. |
@pierDipi would you like me to make the PR that removes the v1alpha1 as part of this PR? If that's the case, upgrade will not be easily done (not even sure how) since the storage upgrade scripts reads them in at v1alpha1 and converts. I could stop serving v1alpha1 if that's what you'd like. But I think I personally would split the PRs into this, then the next and upgrade separate ones for smaller chunks. Thoughts? |
If you can make tests work in smaller chunks, I prefer smaller chunks, but at this point I guess v1alpha1 with the latest eventing just doesn't work, that's the reason I was suggesting to remove it, or am I wrong? For the upgrade part, I'm thinking to a multi step pre-upgrade with multiple jobs, or do you a better solution to give users an upgrade path? |
The following is the coverage report on the affected files.
|
@pierDipi ok, I disabled tests with v1alpha1 and everything passes. So, I think we should get this in, and start working on the upgrade path, thoughts? |
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.
looks like a good stepping stone ; )
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: travis-minke-sap 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 |
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Addresses #426
Proposed Changes
Release Note
Docs