summaryrefslogtreecommitdiff
path: root/test/utils/shippable/rhel.sh
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-07-23 20:46:22 -0700
committerGitHub <noreply@github.com>2018-07-23 20:46:22 -0700
commit4e489d1be86a2e8eafce935d91ba4fe096c1b15e (patch)
tree1b93e894b416bd5f8bde8fee870da6df84df5f2d /test/utils/shippable/rhel.sh
parent42a9fb1337c2c33364bc5b9255c1a7b72f298fa8 (diff)
downloadansible-4e489d1be86a2e8eafce935d91ba4fe096c1b15e.tar.gz
Update Shippable integration test groups. (#43118)
* Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
Diffstat (limited to 'test/utils/shippable/rhel.sh')
-rwxr-xr-xtest/utils/shippable/rhel.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/utils/shippable/rhel.sh b/test/utils/shippable/rhel.sh
index f7159eec7f..a14441e74c 100755
--- a/test/utils/shippable/rhel.sh
+++ b/test/utils/shippable/rhel.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}"