mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +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():
|
elif is_shippable():
|
||||||
# split Shippable jobs across multiple regions to maximize use of launch credits
|
# split Shippable jobs across multiple regions to maximize use of launch credits
|
||||||
if self.platform == 'windows':
|
if self.platform == 'windows':
|
||||||
region = 'us-east-1'
|
region = 'us-east-2'
|
||||||
else:
|
else:
|
||||||
region = 'us-east-1'
|
region = 'us-east-1'
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user