-
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
Flow v1 crd #3418
Flow v1 crd #3418
Conversation
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -name '*.pb.go' -prune -o -type f -name '*.go' -print)
goimports -w $(find -name '*.go' | grep -v vendor | grep -v third_party | grep -v .pb.go | grep -v wire_gen.go)
The following is the coverage report on the affected files.
|
b9a2dac
to
e6a9c94
Compare
e6a9c94
to
513341d
Compare
513341d
to
91c4a5c
Compare
/test pull-knative-eventing-upgrade-tests |
/test pull-knative-eventing-upgrade-tests /unhold |
/test pull-knative-eventing-upgrade-tests |
@lionelvillard I'm running into similar ordering issues with upgrade tests in #3430
|
91c4a5c
to
eaba468
Compare
same here w/ my #3360 - lame, but yeah ... |
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-eventing-upgrade-tests:
|
eaba468
to
8e17e27
Compare
@vaikas that did it! |
cmd/webhook/main.go
Outdated
@@ -297,8 +287,6 @@ func NewConversionController(ctx context.Context, cmw configmap.Watcher) *contro | |||
}, | |||
}, | |||
|
|||
======= | |||
>>>>>>> v1 <-> v1beta1 flow conversion webhook |
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.
😂
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lionelvillard, matzew 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 |
Fixes #3335
Proposed Changes
Release Note
Docs
/hold
Waiting for the conversion webhook to be in.