Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1225,7 +1225,7 @@ ivas-conformance: - exit_code=0 - 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_part2 || exit_code=$? - python3 -m test_renderer_be_comparison.py # This run is needed for reference creation. renderer/cut/ can be ignored - python3 -m tests/renderer/test_renderer_be_comparison.py # This run is needed for reference creation. renderer/cut/ can be ignored - rm -r tests/renderer/cut # Output creation Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1225,7 +1225,7 @@ ivas-conformance: - exit_code=0 - 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_part2 || exit_code=$? - python3 -m test_renderer_be_comparison.py # This run is needed for reference creation. renderer/cut/ can be ignored - python3 -m tests/renderer/test_renderer_be_comparison.py # This run is needed for reference creation. renderer/cut/ can be ignored - rm -r tests/renderer/cut # Output creation Loading