-
Notifications
You must be signed in to change notification settings - Fork 887
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 get/retry experiment
commands. Support experiment retries
#263
Conversation
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
========================================
- Coverage 83.69% 83.5% -0.2%
========================================
Files 59 61 +2
Lines 5306 5475 +169
========================================
+ Hits 4441 4572 +131
- Misses 632 664 +32
- Partials 233 239 +6
Continue to review full report at Codecov.
|
782337f
to
6dc07e0
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.
Added small comments. I wanted to look at the codecov before approving, but the website isn't loading atm.
6d850ac
to
366ed38
Compare
@@ -1 +1 @@ | |||
0.5.0 | |||
0.6.0 |
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.
Was this intentional?
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.
Yes
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.
LGTM
kubectl argo rollouts get experiment NAME
kubectl argo rollouts retry experiment NAME
Support retrying experiments by using a collision counter for analysis runs in experiments.