Split cloud tests into two CI groups.

This commit is contained in:
Matt Clay 2017-09-01 16:47:01 -07:00
commit 55fb18b85c
74 changed files with 82 additions and 78 deletions

View file

@ -6,8 +6,8 @@ declare -a args
IFS='/:' read -ra args <<< "${TEST}"
image="ansible/ansible:${args[1]}"
target="posix/ci/cloud/"
target="posix/ci/cloud/group${args[2]}/"
# shellcheck disable=SC2086
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
--changed-all-target 'posix/ci/cloud/smoketest/'
--changed-all-target "${target}smoketest/"