-
Notifications
You must be signed in to change notification settings - Fork 117
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
Install KEDA in tests #3285
Install KEDA in tests #3285
Conversation
Signed-off-by: Calum Murray <cmurray@redhat.com>
Signed-off-by: Calum Murray <cmurray@redhat.com>
Skipping CI for Draft Pull Request. |
Codecov Report
@@ Coverage Diff @@
## main #3285 +/- ##
============================================
- Coverage 61.71% 61.70% -0.01%
Complexity 769 769
============================================
Files 182 182
Lines 12304 12312 +8
Branches 268 268
============================================
+ Hits 7593 7597 +4
- Misses 4118 4121 +3
- Partials 593 594 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Calum Murray <cmurray@redhat.com>
/cc @Leo6Leo |
/hold |
Signed-off-by: Calum Murray <cmurray@redhat.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
/test upgrade-tests |
Signed-off-by: Calum Murray <cmurray@redhat.com>
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.
Tested in my local env, keda is installed properly.
All pods are up:
keda-admission-5d4d8c5587-cf68n 1/1 Running 0 47s
keda-metrics-apiserver-8f8b47f98-vcfjv 1/1 Running 0 46s
keda-operator-5cf9f89475-2f5bh 1/1 Running 1 (33s ago) 46s
Also compared with Pier's PR, lgtm
/lgtm
/retest-required |
@pierDipi I think this these errors are what are causing the tests to fail:
Any ideas on how I can approach fixing this? |
@Cali0707 I think it would be better to disable the autoscaling feature [1], merge this PR and then follow up on:
[1]
|
Signed-off-by: Calum Murray <cmurray@redhat.com>
Signed-off-by: Calum Murray <cmurray@redhat.com>
/retest-required |
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.
Thanks @Cali0707
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, Leo6Leo, pierDipi 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 |
/unhold |
/retest-required |
2 similar comments
/retest-required |
/retest-required |
4445a21
into
knative-extensions:main
* Added install keda script Signed-off-by: Calum Murray <cmurray@redhat.com> * Added update keda script Signed-off-by: Calum Murray <cmurray@redhat.com> * Added keda install to ./hack/run.sh deploy-infra Signed-off-by: Calum Murray <cmurray@redhat.com> * Fixed consumergroup subscriber resolving Signed-off-by: Calum Murray <cmurray@redhat.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Updated scaling lag threshold and polling interval Signed-off-by: Calum Murray <cmurray@redhat.com> * Disabled autoscaler in tests Signed-off-by: Calum Murray <cmurray@redhat.com> --------- Signed-off-by: Calum Murray <cmurray@redhat.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
* Added install keda script * Added update keda script * Added keda install to ./hack/run.sh deploy-infra * Fixed consumergroup subscriber resolving * Updated scaling lag threshold and polling interval * Disabled autoscaler in tests --------- Signed-off-by: Calum Murray <cmurray@redhat.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Fixes #3237
Proposed Changes