From: Vladimir Khlyunev Date: Mon, 11 Mar 2019 08:49:46 +0000 (+0400) Subject: Ignore result of temporary reporter command X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c9a72d741c73d211f168811e90057c642231af98;p=tools%2Fsustaining.git Ignore result of temporary reporter command It should be used later when whole runner will be ready Change-Id: Ic7b0c0d89c94402fc8574b1e561d8c23b7985150 --- diff --git a/maintenance-ci/mos/scripts/testrail-upload-cases-9.x.sh b/maintenance-ci/mos/scripts/testrail-upload-cases-9.x.sh index d5a2577..9ae7d32 100644 --- a/maintenance-ci/mos/scripts/testrail-upload-cases-9.x.sh +++ b/maintenance-ci/mos/scripts/testrail-upload-cases-9.x.sh @@ -12,7 +12,8 @@ export TESTRAIL_URL="https://mirantis.testrail.com" source "${VENV_PATH}/bin/activate" pip install -U -r fuelweb_test/requirements.txt > logs/pip_install_output.log export PYTHONPATH="$(pwd):$PYTHONPATH" - python fuelweb_test/testrail/upload_cases_description.py -v -j "${TESTS_RUNNER}" + # will be available after putting whole swarm to regular runner + python fuelweb_test/testrail/upload_cases_description.py -v -j "${TESTS_RUNNER}" || true # stub for debugging part of migration python fuelweb_test/testrail/upload_cases_description.py -v -j "9.x.swarm.micro.runner" deactivate \ No newline at end of file