Implement on-demand coverage on Shippable. (#24535)

This commit is contained in:
Matt Clay 2017-05-14 01:08:42 +08:00 committed by GitHub
commit 5cb5228cde
8 changed files with 25 additions and 10 deletions

View file

@ -8,4 +8,5 @@ IFS='/:' read -ra args <<< "${TEST}"
image="ansible/ansible:${args[1]}"
target="posix/ci/group${args[2]}/"
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}"
# shellcheck disable=SC2086
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"}