-
Notifications
You must be signed in to change notification settings - Fork 892
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: rollout paused longer than progressDeadlineSeconds would briefly degrade #1268
Conversation
Signed-off-by: khhirani <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1268 +/- ##
==========================================
- Coverage 81.39% 81.35% -0.04%
==========================================
Files 106 106
Lines 9531 9597 +66
==========================================
+ Hits 7758 7808 +50
- Misses 1252 1260 +8
- Partials 521 529 +8
Continue to review full report at Codecov.
|
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
The e2e tests are failing because the github environment doesn't have the kubectl argo rollouts plugin installed.
So you'll need to invoke the |
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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. Please wait for e2e / unit tests to pass before merging (resubmit e2e as necessary due to flakiness)
… degrade (argoproj#1268) * Do not exit status cmd for ProgressDeadlineExceeded error Signed-off-by: khhirani <[email protected]> * Do not return status if RO is paused in sync.go Signed-off-by: khhirani <[email protected]> Signed-off-by: Andrii Perenesenko <[email protected]>
Closes #1225
Signed-off-by: khhirani [email protected]