-
Notifications
You must be signed in to change notification settings - Fork 462
Create MCONamespace constant #3020
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
Create MCONamespace constant #3020
Conversation
|
would a nolint:gocyclo solve the utils issue? for ex: 0c55518 |
|
I think it's a compilation issue not a linting issue: |
|
Didn't look into eliminating the cycle |
|
Gotcha 👍 /approve |
My suggestion was bogus (i tested) 😆 - the cycle is bc: so imo it's fine as is. |
|
/cherry-pick master |
|
@kikisdeliveryservice: once the present PR merges, I will cherry-pick it on top of master in a new PR and assign it to you. DetailsIn response to this:
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/test-infra repository. |
|
/test e2e-gcp-op |
|
Overall looks sane to me but will defer final lgtm to @kikisdeliveryservice since she did more review. |
Created MCONamespace constant and used in all *.go files except for test/helpers/utils.go which would create a cyclic import
|
@mkenigs: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
ok let's try our new cherrypicking process! /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kikisdeliveryservice, mkenigs 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 |
|
@kikisdeliveryservice: new pull request created: #3025 DetailsIn response to this:
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/test-infra repository. |
Created MCONamespace constant and used in all *.go files except for
test/helpers/utils.go which would create a cyclic import
Pulling out of #2987
Can't reopen #2982