From b2bd75a408f929fe03e2817c6bd23d831bce7607 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 21 Feb 2017 20:31:33 -0800 Subject: [PATCH] Restore 2008-SP2 and 2008-R2_SP1 CI testing. --- test/utils/shippable/windows.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/utils/shippable/windows.sh b/test/utils/shippable/windows.sh index 37f3ca7555..7ac724c8ce 100755 --- a/test/utils/shippable/windows.sh +++ b/test/utils/shippable/windows.sh @@ -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."