From: Vladimir Khlyunev Date: Wed, 4 May 2022 17:47:58 +0000 (+0400) Subject: Debug X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=77c5757203458a9e98c9014dc99f9a8754da0064;p=tools%2Fsustaining.git Debug Change-Id: If1f9d20bc949f2eb8c0acd47478cd43f787f84f4 --- diff --git a/maintenance-ci/mos/reporter-docker/Dockerfile b/maintenance-ci/mos/reporter-docker/Dockerfile index 6698659..9a3cded 100644 --- a/maintenance-ci/mos/reporter-docker/Dockerfile +++ b/maintenance-ci/mos/reporter-docker/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:18.04 -LABEL rebuild="build3" +LABEL rebuild="build4" ENV DEBIAN_FRONTEND=noninteractive \ DEBCONF_NONINTERACTIVE_SEEN=true \ diff --git a/maintenance-ci/mos/reporter-docker/run_report.sh b/maintenance-ci/mos/reporter-docker/run_report.sh index 9681fc4..f2bae3e 100644 --- a/maintenance-ci/mos/reporter-docker/run_report.sh +++ b/maintenance-ci/mos/reporter-docker/run_report.sh @@ -3,11 +3,6 @@ set -ex source report-venv/bin/activate -echo ${TEST_BUILD_URL?} -echo "==========" -echo "${ARGS}" -echo "==========" -echo "${ARGS[*]}" report -v --testrail-plan-name "${TESTRAIL_PLAN_NAME?}" --env-description "${SPECIFICATION?}" --testrail-user "${TESTRAIL_USER?}" \ --testrail-password "${TESTRAIL_PASSWORD?}" --testrail-project "${TESTRAIL_PROJECT?}" --testrail-milestone "${MILESTONE?}" \ - --testrail-suite "${TESTRAIL_SUITE?}" --test-results-link "${TEST_BUILD_URL?}" "${ARGS[*]}" "/root/shared/${REPORT_FILE?}" + --testrail-suite "${TESTRAIL_SUITE?}" --test-results-link "${TEST_BUILD_URL?}" ${ARGS} "/root/shared/${REPORT_FILE?}"