Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -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" Loading