mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
Split cloud tests into two CI groups.
This commit is contained in:
parent
c51f2f835e
commit
55fb18b85c
74 changed files with 82 additions and 78 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue