From e6ae5376b4900b32806686ee816a6b107d1eb8d1 Mon Sep 17 00:00:00 2001 From: Jill Rouleau Date: Mon, 18 May 2020 15:38:05 -0700 Subject: [PATCH] Missed a smoketest-related line in aws.sh ci_coverage ci_complete --- tests/utils/shippable/aws.sh | 2 -- tests/utils/shippable/shippable.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/utils/shippable/aws.sh b/tests/utils/shippable/aws.sh index 27c6e5fd8ff..d76c32282d0 100755 --- a/tests/utils/shippable/aws.sh +++ b/tests/utils/shippable/aws.sh @@ -13,8 +13,6 @@ target="shippable/${cloud}/group${group}/" stage="${S:-prod}" -changed_all_target="shippable/${cloud}/smoketest/" - # shellcheck disable=SC2086 ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \ --remote-terminate always --remote-stage "${stage}" \ diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 1b74c003ad4..67a95bf5752 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -118,6 +118,7 @@ function cleanup # upload coverage report to codecov.io only when using complete on-demand coverage if [ "${COVERAGE}" == "--coverage" ] && [ "${CHANGED}" == "" ]; then + pip install codecov for file in tests/output/reports/coverage=*.xml; do flags="${file##*/coverage=}" flags="${flags%-powershell.xml}" @@ -142,7 +143,6 @@ function cleanup fi fi fi - set +x if [ -d tests/output/junit/ ]; then cp -aT tests/output/junit/ "$SHIPPABLE_RESULT_DIR/testresults/" fi