-
Notifications
You must be signed in to change notification settings - Fork 114
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
Fix ineffassign issues #291
Fix ineffassign issues #291
Conversation
Thanks for your PR,
To skip the vendors CIs use one of:
|
See issue #288 |
This pull request fixes 3 alerts when merging 2d63f90 into 0030dda - view on LGTM.com fixed alerts:
|
@rollandf can you please rebase? |
Thanks for your PR,
To skip the vendors CIs use one of:
|
@SchSeba rebased |
This pull request fixes 3 alerts when merging ee6e56b into 9a71b6e - view on LGTM.com fixed alerts:
|
@@ -1970,6 +1971,37 @@ func createSriovPolicy(sriovDevice string, testNode string, numVfs int, resource | |||
}, 10*time.Minute, time.Second).Should(Equal(int64(numVfs))) | |||
} | |||
|
|||
func createUnschedulableTestPod(node string, networks []string, resourceName string) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rollandf you added this ? or a rebase creep in ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, seems a rebase issue. Fixing.
Fix issues found by: `golangci-lint run --disable-all -E ineffassign` Signed-off-by: Fred Rolland <frolland@nvidia.com>
Thanks for your PR,
To skip the vendors CIs use one of:
|
This pull request fixes 3 alerts when merging cebbdb3 into 9a71b6e - view on LGTM.com fixed alerts:
|
thanks @rollandf ! :) |
Fix issues found by:
golangci-lint run --disable-all -E ineffassign
Signed-off-by: Fred Rolland frolland@nvidia.com