diff --git a/.azure-pipelines/commands/generic.sh b/.azure-pipelines/commands/generic.sh index 28eb12688ed..74ef8bbb8c4 100755 --- a/.azure-pipelines/commands/generic.sh +++ b/.azure-pipelines/commands/generic.sh @@ -13,6 +13,9 @@ else target="shippable/generic/" fi +stage="${S:-prod}" + # shellcheck disable=SC2086 ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \ + --remote-terminate always --remote-stage "${stage}" \ --docker default --python "${python}"