mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Use us-east-2 for Windows CI on Shippable.
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-1'
|
||||
region = 'us-east-2'
|
||||
else:
|
||||
region = 'us-east-1'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user