Commit dcb53717 authored by norvell's avatar norvell
Browse files

Fix for failing for errors

parent 8e66f542
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1221,8 +1221,11 @@ ivas-conformance:
    - python3 -m pytest -q -n auto tests/renderer/test_renderer.py --create_ref

    # Output creation
    - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --junit-xml=report-junit.xml --html=report.html --self-contained-html
    - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?
    - python3 parse_commands.py report.html Readme_IVAS.txt
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true

    - *merge-request-comparison-check

  artifacts:
    name: "ivas-conformance-$CI_COMMIT_SHORT_SHA"