-
Notifications
You must be signed in to change notification settings - Fork 835
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 KEDA support to seldon-core #2506
Conversation
Hi @anggao. Thanks for your PR. I'm waiting for a SeldonIO member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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 jenkins-x/lighthouse repository. |
/assign @cliveseldon |
@anggao Can you add an example notebook to illustrate in the |
/ok-to-test |
Thu Oct 1 10:52:07 UTC 2020 impatient try |
Thu Oct 1 10:52:14 UTC 2020 impatient try |
sure I will do and fix the tests |
fadff4c
to
2da4cf2
Compare
/retest |
Thu Oct 1 15:34:38 UTC 2020 impatient try |
Thu Oct 1 15:34:41 UTC 2020 impatient try |
@cliveseldon can I run these tests locally ? |
The CI steps are defined at top level of project. The failed on would be: https://github.com/SeldonIO/seldon-core/blob/master/jenkins-x.yml Not sure why lint is pending. You can run locally these steps. See what they do in the jenkins definitions |
Fri Oct 2 11:32:01 UTC 2020 impatient try |
Fri Oct 2 11:32:18 UTC 2020 impatient try |
Fri Oct 2 11:46:16 UTC 2020 impatient try |
Fri Oct 2 11:46:14 UTC 2020 impatient try |
@cliveseldon I added example and fixed the build |
Fri Oct 2 17:21:04 UTC 2020 impatient try |
Fri Oct 2 17:21:16 UTC 2020 impatient try |
/test integration |
Tue Oct 6 12:40:38 UTC 2020 impatient try |
3a69e0a
to
3e74c0a
Compare
Tue Oct 6 13:14:04 UTC 2020 impatient try |
Tue Oct 6 13:14:06 UTC 2020 impatient try |
I don't see changes to split_resources for the new helm value, e.g. addition to seldon-core/operator/helm/split_resources.py Lines 33 to 59 in 2e62a3a
|
helm-charts/seldon-core-operator/templates/deployment_seldon-controller-manager.yaml
Outdated
Show resolved
Hide resolved
Mon Oct 12 13:54:04 UTC 2020 impatient try |
Mon Oct 12 13:54:13 UTC 2020 impatient try |
76d3b0d
to
f55578e
Compare
Mon Oct 12 14:00:00 UTC 2020 impatient try |
Mon Oct 12 14:00:00 UTC 2020 impatient try |
/test notebooks |
/approve |
Mon Oct 12 14:24:41 UTC 2020 impatient try |
/retest |
@anggao the test in question (that tests custom metrics) seems to have passed in other PR that was also failing |
f55578e
to
ce0d57b
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cliveseldon 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 |
Wed Oct 14 18:26:32 UTC 2020 impatient try |
Wed Oct 14 18:26:32 UTC 2020 impatient try |
@RafalSkolasinski sure just did it |
/test notebooks |
Wed Oct 14 18:29:26 UTC 2020 impatient try |
@anggao: The following test failed, say
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 jenkins-x/lighthouse repository. I understand the commands that are listed here. |
Thanks @groszewn ! We will investigate flaky tests in master. |
What this PR does / why we need it:
Add KEDA support to seldon-core
Which issue(s) this PR fixes:
Fixes #2498
Special notes for your reviewer:
As part of this work, I also upgraded golang version to 1.14 as this is required for
knative.dev/pkg
module used by KEDADoes this PR introduce a user-facing change?: