mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Temporarily switch Windows tests to us-east-1.
Will switch back to us-east-2 after AWS limit increase is done.
This commit is contained in:
@@ -72,7 +72,7 @@ class AnsibleCoreCI(object):
|
||||
elif is_shippable():
|
||||
# split Shippable jobs across multiple regions to maximize use of launch credits
|
||||
if self.platform == 'windows':
|
||||
region = 'us-east-2'
|
||||
region = 'us-east-1'
|
||||
else:
|
||||
region = 'us-east-1'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user