-
Notifications
You must be signed in to change notification settings - Fork 7
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 dynamic wait for vm hibernate #98
Conversation
"github.com/drone-runners/drone-runner-aws/internal/certs" | ||
"github.com/drone-runners/drone-runner-aws/store" | ||
"github.com/drone-runners/drone-runner-aws/types" | ||
"github.com/drone/runner-go/logger" | ||
lehttp "github.com/harness/lite-engine/cli/client" |
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.
import ordering
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.
I guess ordering is correct. No changes are shown on go fmt
"fmt" | ||
"runtime/debug" | ||
"sort" | ||
"sync" | ||
"time" | ||
|
||
"github.com/cenkalti/backoff/v4" |
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.
this should be below drone imports in a separate section. See how other files do it in the repo
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.
because it's 3rd party
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.
ignore you've already done it
No description provided.