Commit 424e52ce authored by Jan Kiene's avatar Jan Kiene
Browse files

do not run rtpdump tests for ivas-float-update

parent aee4080c
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -249,7 +249,11 @@ branch-is-up-to-date-with-main-post:
    # hack for renderer tests to match the expected naming
    - mv IVAS_rend IVAS_rend_ref

    - if [ "$BASOP_BRANCH" == "ivas-float-update" ]; then
    -   python3 -m pytest $TEST_SUITE $PYTEST_ARGS --update_ref 1 --create_ref -k "not rtpdump" --ref_encoder_path IVAS_cod --ref_decoder_path IVAS_dec --html=report.html --self-contained-html --junit-xml=report-junit.xml --testcase_timeout=$testcase_timeout
    - else
    -   python3 -m pytest $TEST_SUITE $PYTEST_ARGS --update_ref 1 --create_ref --ref_encoder_path IVAS_cod --ref_decoder_path IVAS_dec --html=report.html --self-contained-html --junit-xml=report-junit.xml --testcase_timeout=$testcase_timeout
    - fi

  artifacts:
    name: "$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA--results"