-
Notifications
You must be signed in to change notification settings - Fork 903
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
docs: fix some vague description about analysis arguments #1672
Conversation
3d9a737
to
78bed3e
Compare
Codecov Report
@@ Coverage Diff @@
## master #1672 +/- ##
==========================================
- Coverage 82.06% 81.99% -0.08%
==========================================
Files 116 116
Lines 16075 15929 -146
==========================================
- Hits 13192 13061 -131
+ Misses 2210 2198 -12
+ Partials 673 670 -3
Continue to review full report at Codecov.
|
78bed3e
to
6c50e00
Compare
@@ -356,7 +356,7 @@ templates together. The controller combines the `metrics` and `args` fields of a | |||
The controller will error when merging the templates if: | |||
|
|||
* Multiple metrics in the templates have the same name | |||
* Two arguments with the same name both have values | |||
* Two arguments with the same name have different default values no matter the argument value in Rollout |
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.
I failed to understand this completely. Is this more clear by any chance?
"Two arguments with the same name have different default values. It doesn't matter what the argument values are in the Rollout."
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.
The original text is wrong in that if Two arguments have different default values
, the merging is valid. So the updated text adds the additional condition of have different default values
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.
Got it. Thanks for explaining :)
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.
—— SHIP IT ——
,:',:`,:'
__||_||_||_||__
____["""""""""""""""]____
\ " '''''''''''''''''''' |
~^~~^~^~^^~^~^~^~^~^~^~^~~^~^~^^~~^~^
4108196
to
0646576
Compare
- multiple templates in rollouts Signed-off-by: Hui Kang <hui.kang@salesforce.com>
0646576
to
4d9cec0
Compare
Kudos, SonarCloud Quality Gate passed!
|
Signed-off-by: Hui Kang hui.kang@salesforce.com
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.