From 7b3f0b88701b08b05e9f850d329aaa6db98c9e4c Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Sun, 7 May 2017 16:32:19 +0800 Subject: Add support for on-demand coverage on Shippable. Triggered by setting the COVERAGE environment var to a non-empty value. Alternatively the string `ci_coverage` can be added to a commit message. --- test/utils/shippable/windows.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/utils/shippable/windows.sh') diff --git a/test/utils/shippable/windows.sh b/test/utils/shippable/windows.sh index 7ac724c8ce..0c7a0dd8cc 100755 --- a/test/utils/shippable/windows.sh +++ b/test/utils/shippable/windows.sh @@ -22,7 +22,7 @@ if [ -s /tmp/windows.txt ]; then target="windows/ci/" - ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements \ + ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements "${COVERAGE}" \ --windows 2008-SP2 \ --windows 2008-R2_SP1 \ --windows 2012-RTM \ @@ -34,6 +34,6 @@ else target="windows/ci/group${job}/" - ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements \ + ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements "${COVERAGE}" \ --windows 2012-R2_RTM fi -- cgit v1.2.1