1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Switch default cloud tests to smoketest.

This commit is contained in:
Matt Clay 2017-08-18 18:02:24 -07:00
parent 8e40ac54dd
commit 1a98962e19
4 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,4 @@
cloud/azure
posix/ci/cloud/azure
posix/ci/cloud/smoketest
destructive

View file

@ -1,2 +1,3 @@
cloud/aws
posix/ci/cloud/aws
posix/ci/cloud/smoketest

View file

@ -1,2 +1,3 @@
posix/ci/cloud/vcenter
posix/ci/cloud/smoketest
cloud/vcenter

View file

@ -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/'