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

pull/4420/head
Matt Clay 2017-02-06 15:01:20 -08:00
parent b9334f9f47
commit bce5fc7d96
1 changed files with 1 additions and 1 deletions

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: