summaryrefslogtreecommitdiff
path: root/test/utils/shippable/linux.sh
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-04-12 16:15:28 -0700
committerGitHub <noreply@github.com>2018-04-12 16:15:28 -0700
commit8a223009ca36f22ac0073c910204a2d154c521c2 (patch)
treed96c0bf3069119c45177e6be01cbfc0ae01cae67 /test/utils/shippable/linux.sh
parent26fa3adeab44e478b1984da38619eab59b08c13d (diff)
downloadansible-8a223009ca36f22ac0073c910204a2d154c521c2.tar.gz
Improve handling of integration test aliases. (#38698)
* Include change classification data in metadata. * Add support for disabled tests. * Add support for unstable tests. * Add support for unsupported tests. * Overhaul integration aliases sanity test. * Update Shippable scripts to handle unstable tests. * Mark unstable Azure tests. * Mark unstable Windows tests. * Mark disabled tests.
Diffstat (limited to 'test/utils/shippable/linux.sh')
-rwxr-xr-xtest/utils/shippable/linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/linux.sh b/test/utils/shippable/linux.sh
index 80e3b3bc4b..dcebb9ee97 100755
--- a/test/utils/shippable/linux.sh
+++ b/test/utils/shippable/linux.sh
@@ -14,6 +14,6 @@ else
fi
# shellcheck disable=SC2086
-ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
+ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
--exclude "posix/ci/cloud/" \
--docker "${image}"