Commit 3c2057c5 authored by Jan Kiene's avatar Jan Kiene
Browse files

add --use-main-pc-set flag back

parent bf116acd
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ workflow:
    -    testcase_timeout=$TESTCASE_TIMEOUT_STV
    - fi

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES --use-main-pc-set
    - if [ $LEVEL_SCALING != "1.0" ]; then
    -   bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/apply-testv-scaling.sh
    - fi
@@ -414,7 +414,7 @@ workflow:
    -    testcase_timeout=$TESTCASE_TIMEOUT_STV
    - fi

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES --use-main-pc-set
    - python3 scripts/prepare_combined_format_inputs.py

    - if [ $LEVEL_SCALING != "1.0" ];then
@@ -550,7 +550,7 @@ workflow:
    -    testcase_timeout=$TESTCASE_TIMEOUT_STV
    - fi

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES --use-main-pc-set
    - if [ $LEVEL_SCALING != "1.0" ];then
    -   bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/apply-testv-scaling.sh
    - fi
@@ -691,7 +691,7 @@ workflow:
    - 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/copy-ltv-files-to-testv-dir.sh
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES --use-main-pc-set

    - set -euxo pipefail
    - make_args="CLANG=$CLANG_NUM"
@@ -739,7 +739,7 @@ workflow:
    -    testcase_timeout=$TESTCASE_TIMEOUT_STV
    - fi

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES --use-main-pc-set
    - if [ $LEVEL_SCALING != "1.0" ];then
    -   bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/apply-testv-scaling.sh
    - fi
@@ -1325,7 +1325,7 @@ ivas-pytest-on-merge-request:
    - 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
    - *merge-request-comparison-setup-codec
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES --use-main-pc-set

    # some helper variables - "|| true" to prevent failures from grep not finding anything
    # write to temporary file as workaround for failures observed with piping echo
@@ -2036,7 +2036,7 @@ check-be-between-renderer-framesizes:
    - echo "$SHORT_TEST_SUITE"

    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/build-float-ref-and-dut-binaries.sh
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES --use-main-pc-set

    - exit_code=0
    - python3 -m pytest tests/codec_be_on_mr_nonselection --tb=no -v --ref_encoder_path ./IVAS_cod_ref --ref_decoder_path ./IVAS_dec --update_ref 1 --html=report-20ms.html --self-contained-html --junit-xml=report-junit-20ms.xml || exit_code=$?