1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Use us-east-2 for Windows CI on Shippable.

This commit is contained in:
Matt Clay 2017-02-06 15:01:20 -08:00
parent b9334f9f47
commit bce5fc7d96

View file

@ -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: