From b0ec1ef3089580bcdc89cf572e68d2c270b16523 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Fri, 13 Dec 2024 11:16:49 +0100 Subject: [PATCH] add ltv copy step --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01e063945a..ba1e69ae7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab