Flow v1 crd#3418
Conversation
mattmoor
left a comment
There was a problem hiding this comment.
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! |
| }, | ||
|
|
||
| ======= | ||
| >>>>>>> v1 <-> v1beta1 flow conversion webhook |
|
[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 DetailsNeeds 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.