-
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 e2e tests for Azure Service Bus scaler. #2882
Conversation
@tomkerkhove , Could you add the needed secrets? 🙏 |
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
Let's wait till secrets are ready to execute the test
@tomkerkhove Any update here? |
On it. Would you mind fixing the conflicts in meantime @v-shenoy? |
Done #2925 |
/run-e2e azure-service-bus* |
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!
Please, rebase main into your branch 🙏
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
d4f8ca1
to
5563a5a
Compare
Done. @JorTurFer @tomkerkhove |
/run-e2e azure-service-bus* |
Thanks for the improvement!!! |
Signed-off-by: Vighnesh Shenoy vshenoy@microsoft.com
E2E Tests for Azure Service Bus scaler (Topic and Queue).
Requires
AZURE_SERVICE_BUS_CONNECTION_STRING
environment variable.Checklist
Fixes #2731
Fixes #2732