summaryrefslogtreecommitdiff
path: root/test/utils/shippable/cloud.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/shippable/cloud.sh')
-rwxr-xr-xtest/utils/shippable/cloud.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/utils/shippable/cloud.sh b/test/utils/shippable/cloud.sh
index 9782bd7ce0..83e02920e5 100755
--- a/test/utils/shippable/cloud.sh
+++ b/test/utils/shippable/cloud.sh
@@ -6,8 +6,9 @@ declare -a args
IFS='/:' read -ra args <<< "$1"
image="${args[1]}"
-target="posix/ci/cloud/group${args[2]}/"
+python="${args[2]}"
+target="posix/ci/cloud/group${args[3]}/"
# shellcheck disable=SC2086
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
- --docker "${image}" --changed-all-target "${target}smoketest/"
+ --docker "${image}" --python "${python}" --changed-all-target "${target}smoketest/"