-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
azure-pipelines scaler allows configuration of requireAllDemands #4138 #4203
Conversation
ea1f829
to
baf0bce
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.
Looking good
I have left some comments inline
@JorTurFer thanks for the excellent review and comments. I applied them and changed the docs PR as well |
…core#4138 Signed-off-by: Patrick Steinig <patrick.steinig@googlemail.com> Signed-off-by: patst <patrick.steinig@googlemail.com>
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: patst <patrick.steinig@googlemail.com>
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es> Signed-off-by: patst <patrick.steinig@googlemail.com>
Signed-off-by: patst <patrick.steinig@googlemail.com>
db8b46c
to
ffaffc8
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.
LGTM!
Thanks for the improvement ❤️
Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
/run-e2e pipeline* |
Signed-off-by: Patrick Steinig patrick.steinig@googlemail.com
Introduced a new attribute for the azure-pipelines scaler named
requireAllDemands
which only scales a if the configured capabilities of a trigger match exactly what a job demands.This allows more exact scaling, e.g. by not reacting to empty demands for jobs.
Checklist
Fixes: #4138
Relates to documentation PR kedacore/keda-docs#1063