Temporarily switch Windows tests to us-east-1.

Will switch back to us-east-2 after AWS limit increase is done.
This commit is contained in:
Matt Clay 2017-01-26 07:37:14 -08:00
parent e06227ce16
commit 76d563af79

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-2'
region = 'us-east-1'
else:
region = 'us-east-1'
else: