-
Notifications
You must be signed in to change notification settings - Fork 106
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
Sync master 16 08 22 #686
Sync master 16 08 22 #686
Conversation
All implementations of OnNodeStateAdd method are the same as OnNodeStateChange, so we don't need this code dublication.
'old' argument is not used in any existing plugin. We can re-visit this change if some plugin requires it in the future.
Go getting bninaries has been deprecated in go1.17 and not supported in go1.18. Signed-off-by: Andrea Panattoni <[email protected]>
/hold |
c83bf87
to
05e5f98
Compare
/retest |
/lgtm |
/lgtm |
If no `-mod` argument is specified, GOLFAGS environment variable takes place. If it contains `mod=vendor` (like Makefile actually does), goinstall can fail with: ``` go install: github.com/onsi/ginkgo/[email protected]: cannot query module due to -mod=vendor ``` Signed-off-by: Andrea Panattoni <[email protected]>
05e5f98
to
c70100d
Compare
@SchSeba: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
/cc @bn222 |
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bn222, SchSeba, zeeke 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 |
/hold cancel |
Let "depoly-setup.sh" and "undeploy.sh" fail on error
No description provided.