From e0e5b4cf6448732d2cd81bbf997b94b2f5be7f0e Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 14 Jul 2017 20:43:35 -0700 Subject: [PATCH] Optimize running of CI cloud integration tests. --- test/utils/shippable/cloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/utils/shippable/cloud.sh b/test/utils/shippable/cloud.sh index 647f6f834a2..1633c155556 100755 --- a/test/utils/shippable/cloud.sh +++ b/test/utils/shippable/cloud.sh @@ -10,3 +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/'