mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Enable Windows 2016 on Shippable.
Also launch Windows instances on us-east-2 and all others on us-east-1.
This commit is contained in:
@@ -71,7 +71,7 @@ class AnsibleCoreCI(object):
|
||||
self.ci_key += '.%s' % args.remote_aws_region
|
||||
elif is_shippable():
|
||||
# split Shippable jobs across multiple regions to maximize use of launch credits
|
||||
if self.platform == 'freebsd':
|
||||
if self.platform == 'windows':
|
||||
region = 'us-east-2'
|
||||
else:
|
||||
region = 'us-east-1'
|
||||
|
||||
Reference in New Issue
Block a user