-
Notifications
You must be signed in to change notification settings - Fork 19
interface: add maxConcurrency for StageConfig in UpdateRun #309
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
Conversation
Signed-off-by: Arvind Thirumurugan <arvindth@microsoft.com>
98aa2a4 to
4e5999d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Signed-off-by: Arvind Thirumurugan <arvindth@microsoft.com>
267b5c7
|
Please provide a clear PR description |
| "region": "no-exist", | ||
| }, | ||
| }, | ||
| MaxConcurrency: &intstr.IntOrString{ |
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.
should there be an integration test for the percentage case?
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 these changes to fix failing ITs, since MaxConcurrency defaults to 1. Will add more tests when implementing the API
Description of your changes
Fixes #
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer