-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add osde2e tests harness #334
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: YiqinZhang The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cdd345a
to
5d2f5f6
Compare
NewDecoder no longer returns an error and instead panics if the scheme is nil. It previously always returned a nil error https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/webhook/admission#NewDecoder https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/webhook/admission#Decoder.Decode to reproduce: ``` go get sigs.k8s.io/[email protected] ``` then resolve build errors required for openshift#334 Signed-off-by: Brady Pratt <[email protected]>
5d2f5f6
to
9159318
Compare
/hold
pull this version of osde2e-common so it doesn't bump controller-runtime even further |
/unhold |
/label tide/merge-method-squash |
3dcbb75
to
a6a4abe
Compare
@YiqinZhang: all tests passed! Full PR test history. Your PR dashboard. Instructions 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-sigs/prow repository. I understand the commands that are listed here. |
https://github.com/openshift/osde2e/blob/main/pkg/e2e/webhooks/webhooks.go
SDCICD-1396