Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ branch-is-up-to-date-with-main-post: - python3 ci/remove_unsupported_testcases.py scripts/config/self_test.prm scripts/config/self_test_ltv.prm - python3 tests/create_short_testvectors.py - python3 scripts/prepare_combined_format_inputs.py - python3 scripts/prepare_truncated_inputs.py - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/update-ltv-repo.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/copy-ltv-files-to-testv-dir.sh Loading Loading @@ -1307,6 +1308,7 @@ ivas-conformance: # Reference creation - python scripts/prepare_combined_format_inputs.py - python3 scripts/prepare_truncated_inputs.py - $TEST_SET = "tests/codec_be_on_mr_nonselection", "tests/renderer_short/test_renderer.py", "tests/split_rendering/test_split_rendering.py" - python -m pytest -q $TEST_SET -v -n auto --update_ref 1 --create_ref --keep_files --html=report_cmd.html --self-contained-html - python scripts/parse_commands.py report_cmd.html Readme_IVAS.txt Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ branch-is-up-to-date-with-main-post: - python3 ci/remove_unsupported_testcases.py scripts/config/self_test.prm scripts/config/self_test_ltv.prm - python3 tests/create_short_testvectors.py - python3 scripts/prepare_combined_format_inputs.py - python3 scripts/prepare_truncated_inputs.py - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/update-ltv-repo.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/copy-ltv-files-to-testv-dir.sh Loading Loading @@ -1307,6 +1308,7 @@ ivas-conformance: # Reference creation - python scripts/prepare_combined_format_inputs.py - python3 scripts/prepare_truncated_inputs.py - $TEST_SET = "tests/codec_be_on_mr_nonselection", "tests/renderer_short/test_renderer.py", "tests/split_rendering/test_split_rendering.py" - python -m pytest -q $TEST_SET -v -n auto --update_ref 1 --create_ref --keep_files --html=report_cmd.html --self-contained-html - python scripts/parse_commands.py report_cmd.html Readme_IVAS.txt Loading