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

pull/20943/merge
Matt Clay 8 years ago
parent b9334f9f47
commit bce5fc7d96

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

Loading…
Cancel
Save