Use us-east-2 for Windows CI on Shippable.
This commit is contained in:
parent
b9334f9f47
commit
bce5fc7d96
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class AnsibleCoreCI(object):
|
||||||
elif is_shippable():
|
elif is_shippable():
|
||||||
# split Shippable jobs across multiple regions to maximize use of launch credits
|
# split Shippable jobs across multiple regions to maximize use of launch credits
|
||||||
if self.platform == 'windows':
|
if self.platform == 'windows':
|
||||||
region = 'us-east-1'
|
region = 'us-east-2'
|
||||||
else:
|
else:
|
||||||
region = 'us-east-1'
|
region = 'us-east-1'
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue