Optimize running of CI cloud integration tests.
This commit is contained in:
parent
04868c22b7
commit
e0e5b4cf64
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ target="posix/ci/cloud/"
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
|
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
|
||||||
|
--changed-all-target 'posix/ci/cloud/vcenter/'
|
||||||
|
|
Loading…
Reference in a new issue