-
Notifications
You must be signed in to change notification settings - Fork 8
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
Spot restart #210
Spot restart #210
Conversation
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.
You'll want to use --autorestart/--no-autorestart
to have Click automatically consider the parameter a flag.
With that, the correct argument syntax should also be just --autorestart
.
Codecov Report
@@ Coverage Diff @@
## master #210 +/- ##
==========================================
+ Coverage 85.94% 85.97% +0.03%
==========================================
Files 118 118
Lines 3842 3851 +9
Branches 635 636 +1
==========================================
+ Hits 3302 3311 +9
Misses 377 377
Partials 163 163
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Allow passing
--autorestart_spot
or-r
when using the spot instancesFixes #208