Commit 15fd10b9 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Add BASOP required steps.

parent 0531bab1
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -92,8 +92,14 @@ test-long-self-test:
    exit_codes:
      - 123
  script:
    - set -euxo pipefail
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/update-ltv-repo.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/copy-ltv-files-to-testv-dir.sh
    - testcase_timeout=$TESTCASE_TIMEOUT_LTV

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES

    ### store the current commit hash
    - source_branch_commit_sha=$(git rev-parse HEAD)
@@ -125,7 +131,6 @@ test-long-self-test:

    # create references
    - exit_code_ref=0
    - testcase_timeout=900
    - python3 -m pytest $TESTS_DIR_CODEC_BE_ON_MR --use_ltv -v --update_ref 1 --param_file scripts/config/self_test_ltv.prm --testcase_timeout=$testcase_timeout || exit_code_ref=$?

    ### run pytest self-test using long test vectors