Loading main-basop.yml +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading
main-basop.yml +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading