-
Notifications
You must be signed in to change notification settings - Fork 148
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
Remove override for integration test ESS region #3483
Conversation
This pull request does not have a backport label. Could you fix it @pchila? 🙏
NOTE: |
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.
Hopefully this fixes things, thanks.
SonarQube Quality Gate |
🌐 Coverage report
|
(cherry picked from commit 50486ba)
(cherry picked from commit 50486ba) Co-authored-by: Paolo Chilà <[email protected]>
What does this PR do?
Restore default ESS region for CI integration tests
Why is it important?
Overridden region
azure-eastus2
seems to experience some difficulties at the moment. This should restore CI builds.This is a temporary measure before we move to a more stable ESS environment (not qa, see #3459)
Checklist
[ ] My code follows the style guidelines of this project[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have added an entry in./changelog/fragments
using the changelog tool[ ] I have added an integration test or an E2E testAuthor's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs
Questions to ask yourself