mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Implement on-demand coverage on Shippable. (#24535)
This commit is contained in:
parent
eb5e906014
commit
5cb5228cde
8 changed files with 25 additions and 10 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue