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:
parent
5b9eb92722
commit
7ed67746cf
2 changed files with 4 additions and 2 deletions
|
@ -71,7 +71,7 @@ class AnsibleCoreCI(object):
|
||||||
self.ci_key += '.%s' % args.remote_aws_region
|
self.ci_key += '.%s' % args.remote_aws_region
|
||||||
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 == 'freebsd':
|
if self.platform == 'windows':
|
||||||
region = 'us-east-2'
|
region = 'us-east-2'
|
||||||
else:
|
else:
|
||||||
region = 'us-east-1'
|
region = 'us-east-1'
|
||||||
|
|
|
@ -26,7 +26,9 @@ if [ -s /tmp/windows.txt ]; then
|
||||||
--windows 2008-SP2 \
|
--windows 2008-SP2 \
|
||||||
--windows 2008-R2_SP1 \
|
--windows 2008-R2_SP1 \
|
||||||
--windows 2012-RTM \
|
--windows 2012-RTM \
|
||||||
--windows 2012-R2_RTM
|
--windows 2012-R2_RTM \
|
||||||
|
--windows 2016-English-Full-Base \
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "No changes requiring integration tests specific to Windows were detected."
|
echo "No changes requiring integration tests specific to Windows were detected."
|
||||||
echo "Running Windows integration tests for a single version only."
|
echo "Running Windows integration tests for a single version only."
|
||||||
|
|
Loading…
Reference in a new issue