Commit 52f997a3 authored by norvell's avatar norvell
Browse files

Remove prepare_combined_format_inputs.py, move make outside of script

parent c0139534
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3194,6 +3194,7 @@ ivas-conformance-linux:
    COVERAGE_TITLE: "conformance test test_26252.py"
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - make -j # To be substituted with reference platform build
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/ivas-conformance.sh

  artifacts:
+0 −2
Original line number Diff line number Diff line
@@ -3,14 +3,12 @@
set -euxo pipefail


make -j
cp IVAS_cod IVAS_cod_ref
cp IVAS_dec IVAS_dec_ref
cp IVAS_rend IVAS_rend_ref
cp ISAR_post_rend ISAR_post_rend_ref

# Reference creation
python3 scripts/prepare_combined_format_inputs.py
TEST_SET="tests/codec_be_on_mr_nonselection tests/renderer_short/test_renderer.py tests/split_rendering/test_split_rendering.py"
python3 -m pytest -q $TEST_SET -v -n auto --update_ref 1 --create_ref --keep_files --html=report_cmd.html --self-contained-html
python3 scripts/parse_commands.py report_cmd.html Readme_IVAS.txt