mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
Switch default cloud tests to smoketest.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
cloud/azure
|
||||
posix/ci/cloud/azure
|
||||
posix/ci/cloud/smoketest
|
||||
destructive
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
cloud/aws
|
||||
posix/ci/cloud/aws
|
||||
posix/ci/cloud/smoketest
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
posix/ci/cloud/vcenter
|
||||
posix/ci/cloud/smoketest
|
||||
cloud/vcenter
|
||||
|
||||
@@ -10,4 +10,4 @@ target="posix/ci/cloud/"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
|
||||
--changed-all-target 'posix/ci/cloud/vcenter/'
|
||||
--changed-all-target 'posix/ci/cloud/smoketest/'
|
||||
|
||||
Reference in New Issue
Block a user