]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Ignore result of temporary reporter command 24/40724/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Mon, 11 Mar 2019 08:49:46 +0000 (12:49 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Mon, 11 Mar 2019 08:49:46 +0000 (12:49 +0400)
It should be used later when whole runner will be ready

Change-Id: Ic7b0c0d89c94402fc8574b1e561d8c23b7985150

maintenance-ci/mos/scripts/testrail-upload-cases-9.x.sh

index d5a257730b36eb6cf5bc6840f0331fa938d167f0..9ae7d3281dccdcb6f02ee7d154ca48131c9f6581 100644 (file)
@@ -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