-
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
Add GCP stackdriver aggregation parameters #3070
Conversation
Will open a documentation PR if this is tentatively 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.
Looking good in general, nice impovement, thanks!
Not sure what to do with the annoying unrelated static check failure: |
IDK why this happens only in your PR and not in others... You could just refactor it a bit, something like this: if val, ok := config.TriggerMetadata["useAAdPodIdentity"]; ok {
value, err := strconv.ParseBool(val)
if err != nil {
return nil, "", err
}
if config.PodIdentity == "" && value {
config.PodIdentity = kedav1alpha1.PodIdentityProviderAzure
}
} |
It is happening because another |
lol, good catch, I didn't see it 👁️ |
changed the switch statement to use "count_true" and "count_false" so that should solve it |
/run-e2e |
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
/run-e2e gcp* // Zbynek update: transient env failure. |
/run-e2e gcp* |
@RamCohen e2e tests failed on this one. Btw we also have started a migration of e2e tests from TS to Go, do you think you can try to tackle this? Thanks! |
I saw that but I can't see how to get to the logs to see what happens
As for TS to Go: Will be happy to once I see some examples of other tests
…On Fri, Jun 17, 2022, 10:20 Zbynek Roubalik ***@***.***> wrote:
@RamCohen <https://github.com/RamCohen> e2e tests failed on this one. Btw
we also have started a migration of e2e tests from TS to Go, do you think
you can try to tackle this? Thanks!
—
Reply to this email directly, view it on GitHub
<#3070 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATJ7GTCTN4KWKOR4QXX2W3VPQRNNANCNFSM5W5N6NYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hey, |
/run-e2e gcp* |
Here you can see initial migration to Golang based tests. Also the readme has been updated: https://github.com/kedacore/keda/blob/main/tests/README.md |
/run-e2e gcp* Update: You can check the progress here |
looks like no tests were actually run |
@JorTurFer mind looking at this^ |
/run-e2e gcp* |
/run-e2e gcp* |
/run-e2e gcp* |
/run-e2e gcp* |
@RamCohen could you please update Changelog? |
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
/run-e2e gcp* |
When could this be released @zroubalik @RamCohen ? |
Fixes #3008
Docs: kedacore/keda-docs#776
Signed-off-by: Ram Cohen ram.cohen@gmail.com