Commit 091d3de7 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'ci/fix-check-float-ref-pl' into 'main'

[CI] fix check-for-float-ref pipeline with ltv signals

See merge request !1910
parents d8ff2d01 b0ec1ef3
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -453,6 +453,8 @@ branch-is-up-to-date-with-main-post:
    - make -j -C ivas-basop
    - python3 ci/remove_unsupported_testcases.py $PARAM_FILE
    - python3 tests/create_short_testvectors.py
    - *update-ltv-repo
    - *copy-ltv-files-to-testv-dir

    - python3 -m pytest tests/codec_be_on_mr_nonselection --param_file $PARAM_FILE --update_ref 1 --ref_encoder_path ivas-basop/IVAS_cod --ref_decoder_path ivas-basop/IVAS_dec --html=report.html --self-contained-html --junit-xml=report-junit.xml || true
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true