mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Simplify Windows versions in ansible-test.
This commit is contained in:
parent
8cc0e74448
commit
20824b8f3d
3 changed files with 11 additions and 13 deletions
|
@ -1,7 +1,5 @@
|
|||
2008-SP2
|
||||
2008-R2_SP1
|
||||
2012-RTM
|
||||
2012-R2_RTM
|
||||
2016-English-Full-Base
|
||||
2016-English-Full-Containers
|
||||
2016-English-Nano-Base
|
||||
2008
|
||||
2008-R2
|
||||
2012
|
||||
2012-R2
|
||||
2016
|
||||
|
|
|
@ -29,18 +29,18 @@ if [ -s /tmp/windows.txt ] || [ "${CHANGED:+$CHANGED}" == "" ]; then
|
|||
echo "Running Windows integration tests for multiple versions concurrently."
|
||||
|
||||
platforms=(
|
||||
--windows 2008-SP2
|
||||
--windows 2008-R2_SP1
|
||||
--windows 2012-RTM
|
||||
--windows 2012-R2_RTM
|
||||
--windows 2016-English-Full-Base
|
||||
--windows 2008
|
||||
--windows 2008-R2
|
||||
--windows 2012
|
||||
--windows 2012-R2
|
||||
--windows 2016
|
||||
)
|
||||
else
|
||||
echo "No changes requiring integration tests specific to Windows were detected."
|
||||
echo "Running Windows integration tests for a single version only."
|
||||
|
||||
platforms=(
|
||||
--windows 2012-R2_RTM
|
||||
--windows 2012-R2
|
||||
)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue