-
Notifications
You must be signed in to change notification settings - Fork 262
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 --scale-activation flag to match new Serving option #1729
Conversation
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.
@vyasgun: 0 warnings.
In response to this:
Description
Add --scale-activation flag to match new Serving option
Changes
- Added the flag
- Added unit and e2e tests
Reference
Fixes #1713
Release Note
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
610594f
to
1a4b026
Compare
1a4b026
to
fa07315
Compare
Codecov Report
@@ Coverage Diff @@
## main #1729 +/- ##
==========================================
+ Coverage 79.90% 79.93% +0.02%
==========================================
Files 174 174
Lines 13529 13540 +11
==========================================
+ Hits 10811 10823 +12
- Misses 1979 1980 +1
+ Partials 739 737 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
/retest |
1 similar comment
/retest |
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've added one suggestion for e2e test location. Otherwise looks good, thanks!
Edit: sorry that should have been change-request not approved. :)
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've added one suggestion for e2e test location. Otherwise looks good, thanks!
a3f9f90
to
ab372bb
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, vyasgun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Add --scale-activation flag to match new Serving option
Changes
Reference
Fixes #1713
Release Note