-
Notifications
You must be signed in to change notification settings - Fork 93
New Feature: Add Retry Variables #1370
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
New Feature: Add Retry Variables #1370
Conversation
Resolves #1355 Adds retry variables to set retry delay and count as well as unit tests
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.
TestMakePipelineConfig can be updated, too.
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.
One more nit, afterwards this LGTM
Codecov Report
@@ Coverage Diff @@
## develop #1370 +/- ##
===========================================
+ Coverage 63.35% 63.41% +0.05%
===========================================
Files 76 76
Lines 10491 10506 +15
===========================================
+ Hits 6647 6662 +15
Misses 3280 3280
Partials 564 564
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Resolves #1355
Adds retry variables to set retry delay and count as well as unit tests
Summary
Explain the goal of this change and what problem it is solving. Format this cleanly so that it may be used for a commit message, as your changes will be squash-merged.
Test Plan
How did you test these changes? Please provide the exact scenarios you tested in as much detail as possible including commands, output and rationale.