Commit f17a8c2d authored by Jan Kiene's avatar Jan Kiene
Browse files

fix dbg hack

parent fcfd8bf5
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -349,6 +349,11 @@ workflow:
    - if [ "$DELTA_ODG" = "true" ]; then comp_args="${comp_args} --odg_bin"; MEASURES_FOR_REPORT="$MEASURES_FOR_REPORT DELTA_ODG"; fi
    - if [ "$SPLIT_COMPARISON" = "true" ]; then comp_args="${comp_args} --split-comparison"; fi

    # dbg hack
    - |
      TEST_SUITE="tests/renderer_short/test_renderer.py::test_masa"


    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/build-and-create-float-ref-outputs.sh

    # DMX comparison only in manual job with no other metrics
@@ -362,10 +367,6 @@ workflow:
    # to keep the convention for the renderer tests:
    - mv $DUT_RENDERER_PATH IVAS_rend

    # dbg hack
    - |
      TEST_SUITE="tests/renderer_short/test_renderer.py::test_masa"

    - exit_code=0
    - python3 -m pytest --tb=no $TEST_SUITE --create_cut --html=report.html --self-contained-html --junit-xml=report-junit.xml $comp_args -n auto --testcase_timeout $testcase_timeout --ref_encoder_path $REF_ENCODER_PATH --ref_decoder_path $REF_DECODER_PATH --dut_encoder_path $DUT_ENCODER_PATH --dut_decoder_path $DUT_DECODER_PATH || exit_code=$?
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true