Commit 40ab4b20 authored by Jan Kiene's avatar Jan Kiene
Browse files

move parse_xml.py call before anchor with exit

parent 77aab356
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -1275,10 +1275,10 @@ renderer-pytest-on-merge-request:
    - python3 -m pytest -q --log-level ERROR -n auto -rA --mld --ssnr --odg --html=$REPORT_HTML --self-contained-html --junit-xml=$REPORT_XML tests/renderer/test_renderer.py --create_cut --testcase_timeout=$testcase_timeout || exit_code=$?
    - zero_errors=$(cat $REPORT_XML | grep -c 'errors="0"') || true

    - *merge-request-comparison-check

    - python3 scripts/parse_xml_report.py $REPORT_XML $REPORT_CSV

    - *merge-request-comparison-check

  allow_failure:
    exit_codes:
      - 123
@@ -1341,10 +1341,10 @@ ivas-pytest-on-merge-request:
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR -v --mld --ssnr --odg --html=$REPORT_HTML --self-contained-html --junit-xml=$REPORT_XML --testcase_timeout=$testcase_timeout -k "not model" || exit_code=$?
    - zero_errors=$(cat $REPORT_XML | grep -c 'errors="0"') || true

    - *merge-request-comparison-check

    - python3 scripts/parse_xml_report.py $REPORT_XML $REPORT_CSV

    - *merge-request-comparison-check

  allow_failure:
    exit_codes:
      - 123
@@ -1412,10 +1412,10 @@ ivas-pytest-on-merge-request:
    - python3 -m pytest -q --log-level ERROR -n auto -rA --html=$REPORT_HTML --self-contained-html --junit-xml=$REPORT_XML tests/split_rendering/test_split_rendering.py $comp_args --create_cut --testcase_timeout=$testcase_timeout || exit_code=$?
    - zero_errors=$(cat $REPORT_XML | grep -c 'errors="0"') || true

    - *merge-request-comparison-check

    - python3 scripts/parse_xml_report.py $REPORT_XML $REPORT_CSV

    - *merge-request-comparison-check

  allow_failure:
    exit_codes:
      - 123