-
Notifications
You must be signed in to change notification settings - Fork 54
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
[PTX-1641] Added AKS node driver #389
Conversation
696a933
to
c043dbe
Compare
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.
fix CI issue:
81.90s$ make all
go vet github.com/portworx/torpedo/drivers github.com/portworx/torpedo/drivers/node github.com/portworx/torpedo/drivers/node/aks github.com/portworx/torpedo/drivers/node/aws github.com/portworx/torpedo/drivers/node/gke github.com/portworx/torpedo/drivers/node/ssh github.com/portworx/torpedo/drivers/scheduler github.com/portworx/torpedo/drivers/scheduler/dcos github.com/portworx/torpedo/drivers/scheduler/k8s github.com/portworx/torpedo/drivers/scheduler/openshift github.com/portworx/torpedo/drivers/scheduler/spec github.com/portworx/torpedo/drivers/volume github.com/portworx/torpedo/drivers/volume/portworx github.com/portworx/torpedo/drivers/volume/portworx/schedops github.com/portworx/torpedo/pkg/errors github.com/portworx/torpedo/pkg/log
github.com/portworx/torpedo/drivers/node/aks
drivers/node/aks/aks.go:39:14: undefined: azure.NewAzureClient
make: *** [vet] Error 2
The command "make all" exited with 2.
Jenkins Job with code changes: |
81d7cd1
to
009fcc2
Compare
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.
Modifications to Gopkg.lock should not be in your commit. Torpedo has been converted to go modules, so Gopkg.lock has been deleted.
Torpedo has been converted to go modules. https://github.com/portworx/spawn/blob/master/docs/go-modules.md |
Performed bellow steps locally after rebasing the branch with master (after removing Gopkg.lock)
|
What go version are you using? I had similar issues with using go version below 1.13. Try this:
|
@vinayakshnd this issue is discussed in golang/go#33558 Use the replace directive to workaround this. |
@vinayakshnd I guess it's better collect everything you did, close this PR and start a new one from fresh master |
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.
look my comment above since we had a big change in dependency management
I'm shifting gears today to focus on Torpedo reviews, so will help you with this @vinayakshnd |
Moved to: #398 |
Depends on PR in cloudops: libopenstorage/cloudops#45