Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -1267,7 +1267,7 @@ ivas-conformance: - non_be_flag=0 - exit_code=0 - python3 tests/create_short_testvectors.py - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref || exit_code=$? - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref --html=report1.html --self-contained-html || exit_code=$? - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref_part2 || exit_code=$? - python3 -m pytest tests/renderer/test_renderer.py --create_ref || exit_code=$? Loading Loading @@ -1306,6 +1306,7 @@ ivas-conformance: when: always paths: - report-junit.xml - report1.html - report_cmd.html - report.html - Readme_IVAS_dec.txt Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -1267,7 +1267,7 @@ ivas-conformance: - non_be_flag=0 - exit_code=0 - python3 tests/create_short_testvectors.py - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref || exit_code=$? - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref --html=report1.html --self-contained-html || exit_code=$? - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref_part2 || exit_code=$? - python3 -m pytest tests/renderer/test_renderer.py --create_ref || exit_code=$? Loading Loading @@ -1306,6 +1306,7 @@ ivas-conformance: when: always paths: - report-junit.xml - report1.html - report_cmd.html - report.html - Readme_IVAS_dec.txt Loading