mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Implement on-demand coverage on Shippable. (#24535)
This commit is contained in:
@@ -22,7 +22,8 @@ if [ -s /tmp/windows.txt ]; then
|
||||
|
||||
target="windows/ci/"
|
||||
|
||||
ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements \
|
||||
# shellcheck disable=SC2086
|
||||
ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements ${COVERAGE:+"$COVERAGE"} \
|
||||
--windows 2008-SP2 \
|
||||
--windows 2008-R2_SP1 \
|
||||
--windows 2012-RTM \
|
||||
@@ -34,6 +35,7 @@ else
|
||||
|
||||
target="windows/ci/group${job}/"
|
||||
|
||||
ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements \
|
||||
# shellcheck disable=SC2086
|
||||
ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements ${COVERAGE:+"$COVERAGE"} \
|
||||
--windows 2012-R2_RTM
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user