From c9a72d741c73d211f168811e90057c642231af98 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Mon, 11 Mar 2019 12:49:46 +0400 Subject: [PATCH] Ignore result of temporary reporter command It should be used later when whole runner will be ready Change-Id: Ic7b0c0d89c94402fc8574b1e561d8c23b7985150 --- maintenance-ci/mos/scripts/testrail-upload-cases-9.x.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.45.2