mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Split cloud tests into two CI groups.
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user