diff options
Diffstat (limited to 'test/utils/shippable/osx.sh')
-rwxr-xr-x | test/utils/shippable/osx.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/utils/shippable/osx.sh b/test/utils/shippable/osx.sh index f7159eec7f..a14441e74c 100755 --- a/test/utils/shippable/osx.sh +++ b/test/utils/shippable/osx.sh @@ -9,9 +9,9 @@ platform="${args[0]}" version="${args[1]}" if [ "${#args[@]}" -gt 2 ]; then - target="posix/ci/group${args[2]}/" + target="shippable/posix/group${args[2]}/" else - target="posix/ci/" + target="shippable/posix/" fi stage="${S:-prod}" @@ -19,5 +19,4 @@ provider="${P:-default}" # shellcheck disable=SC2086 ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \ - --exclude "posix/ci/cloud/" \ --remote "${platform}/${version}" --remote-terminate always --remote-stage "${stage}" --remote-provider "${provider}" |