Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -1218,6 +1218,7 @@ ivas-conformance: # 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 parse_commands.py report.html Readme_IVAS.txt artifacts: name: "ivas-conformance-$CI_COMMIT_SHORT_SHA" Loading @@ -1226,6 +1227,9 @@ ivas-conformance: paths: - report-junit.xml - report.html - Readme_IVAS_dec.txt - Readme_IVAS_enc.txt - Readme_IVAS_rend.txt expose_as: "Draft IVAS conformance" reports: junit: report-junit.xml Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -1218,6 +1218,7 @@ ivas-conformance: # 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 parse_commands.py report.html Readme_IVAS.txt artifacts: name: "ivas-conformance-$CI_COMMIT_SHORT_SHA" Loading @@ -1226,6 +1227,9 @@ ivas-conformance: paths: - report-junit.xml - report.html - Readme_IVAS_dec.txt - Readme_IVAS_enc.txt - Readme_IVAS_rend.txt expose_as: "Draft IVAS conformance" reports: junit: report-junit.xml Loading