Revert "Add support for on-demand coverage on Shippable."

This reverts commit 7b3f0b8870.
This commit is contained in:
Matt Clay
2017-05-12 15:47:28 +08:00
parent 7b3f0b8870
commit af5db3e4a9
8 changed files with 10 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ if [ -s /tmp/network.txt ]; then
echo "Running network integration tests for multiple platforms concurrently."
ansible-test network-integration --color -v --retry-on-error "${target}" --requirements "${COVERAGE}" \
ansible-test network-integration --color -v --retry-on-error "${target}" --requirements \
--platform vyos/1.1.0 \
--platform ios/csr1000v \
@@ -20,6 +20,6 @@ else
echo "No changes requiring integration tests specific to networking were detected."
echo "Running network integration tests for a single platform only."
ansible-test network-integration --color -v --retry-on-error "${target}" --requirements "${COVERAGE}" \
ansible-test network-integration --color -v --retry-on-error "${target}" --requirements \
--platform vyos/1.1.0
fi