-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 support for multi-region sweepers #17835
Add support for multi-region sweepers #17835
Comments
Some context: The sweepers in TeamCity run this command:
Where these values are configuration parameters set on the builds:
The
|
Note from triage: The solution for this is likely to be making sweepers stop using E.g. this sweeper receives a TeamCity should be updated to provide no |
TestAccComputeRegionSecurityPolicyRule_regionSecurityPolicyRuleNetworkMatchUpdate is an example of a test that provisions resources in a region not covered by the related sweeper. |
Another thing to bear in mind is that some sweepers are zonal but are being passed regions. There could be a solution where we define the list of inputs (not regions per se) per resource, and TeamCity triggers multiple sweeper processes (within a single build or across multiple) for a given resource using that input. |
#18909 is also impacted by the need for sweeping multiple regions. |
What kind of contribution is this issue about?
Other (specify in details)
Details
Currently, all sweepers are running only in
us-central1
. However, it does not meet our requirement anymore, some services need to create resource in multiple regions in the tests, especially for regional resources.References
No response
The text was updated successfully, but these errors were encountered: