Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1256,7 +1256,7 @@ ivas-conformance: # Output creation - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --keep_files --create_cut --junit-xml=report-junit.xml --html=report_cmd.html --self-contained-html || exit_code=$? - python3 parse_commands.py report_cmd.html Readme_IVAS.txt - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true # Copy input data and output ref data - cp -r scripts/testv . Loading @@ -1269,7 +1269,9 @@ ivas-conformance: - cp -r tests/renderer/cut testv/renderer/ref # Test run generated scripts - exit_code=0 - python3 -m pytest tests/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$? - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true - *merge-request-comparison-check artifacts: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -1256,7 +1256,7 @@ ivas-conformance: # Output creation - python3 -m pytest tests/codec_be_on_mr_nonselection tests/renderer/test_renderer.py -v -n auto --keep_files --create_cut --junit-xml=report-junit.xml --html=report_cmd.html --self-contained-html || exit_code=$? - python3 parse_commands.py report_cmd.html Readme_IVAS.txt - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true # Copy input data and output ref data - cp -r scripts/testv . Loading @@ -1269,7 +1269,9 @@ ivas-conformance: - cp -r tests/renderer/cut testv/renderer/ref # Test run generated scripts - exit_code=0 - python3 -m pytest tests/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$? - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true - *merge-request-comparison-check artifacts: Loading