Temporarily switch Windows tests to us-east-1.

Will switch back to us-east-2 after AWS limit increase is done.
pull/19091/head
Matt Clay 8 years ago
parent e06227ce16
commit 76d563af79

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

Loading…
Cancel
Save