Fetch broker URL at runtime for upgrade tests#3184
Conversation
|
Hi @cardil. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
f702ffc to
b7ba1ff
Compare
|
/ok-to-test |
| if err != nil { | ||
| return nil, err | ||
| } | ||
| broker, err := p.client.Eventing.EventingV1alpha1().Brokers(namespace).Get(brokerName, metav1.GetOptions{}) |
There was a problem hiding this comment.
can you follow-up to fetch the v1beta1 version here
There was a problem hiding this comment.
But, there are more places where alpha1 is used. Should I change all of them to beta?
There was a problem hiding this comment.
The plan is to drop the v1alpha1 in .16, so at least before then we should get rid of all the v1alpha1 ones :)
There was a problem hiding this comment.
Cool. I'll create issue for that, and PR.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, vaikas 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 |
|
quay having a bad day looks like? |
|
/test pull-knative-eventing-integration-tests |
Yup. Looks like it: https://status.quay.io/incidents/xvjgfv1styzx |
|
/retest |
Fixes #3174
Proposed Changes
follow up to #2388