Restore 2008-SP2 and 2008-R2_SP1 CI testing.
This commit is contained in:
parent
9462707f21
commit
b2bd75a408
1 changed files with 2 additions and 4 deletions
|
@ -23,13 +23,11 @@ if [ -s /tmp/windows.txt ]; then
|
|||
target="windows/ci/"
|
||||
|
||||
ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements \
|
||||
--windows 2008-SP2 \
|
||||
--windows 2008-R2_SP1 \
|
||||
--windows 2012-RTM \
|
||||
--windows 2012-R2_RTM \
|
||||
|
||||
# removed due to increased memory usage from pipelining triggering memory quota bug in WMF3 (due to AMIs unpatched for KB2842230
|
||||
# --windows 2008-SP2 \
|
||||
# --windows 2008-R2_SP1 \
|
||||
|
||||
else
|
||||
echo "No changes requiring integration tests specific to Windows were detected."
|
||||
echo "Running Windows integration tests for a single version only."
|
||||
|
|
Loading…
Reference in a new issue