Loading .gitlab-ci.yml +1 −6 Original line number Diff line number Diff line Loading @@ -123,9 +123,7 @@ test-long-self-test: parallel: matrix: # note: keep in sync with list in $TESTS_DIR_CODEC_BE_ON_MR - LEVEL_SCALING: [1.0, ] - 1.0 - test_sba.py - LEVEL_SCALING: [1.0, 0.3162, 3.162] script: - set -euxo pipefail Loading Loading @@ -168,9 +166,6 @@ test-long-self-test: ### prepare pytest # Copy test vectors from LTV to TESTV - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/copy-ltv-files-to-testv-dir.sh # create references - exit_code_ref=0 - 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=$? Loading Loading
.gitlab-ci.yml +1 −6 Original line number Diff line number Diff line Loading @@ -123,9 +123,7 @@ test-long-self-test: parallel: matrix: # note: keep in sync with list in $TESTS_DIR_CODEC_BE_ON_MR - LEVEL_SCALING: [1.0, ] - 1.0 - test_sba.py - LEVEL_SCALING: [1.0, 0.3162, 3.162] script: - set -euxo pipefail Loading Loading @@ -168,9 +166,6 @@ test-long-self-test: ### prepare pytest # Copy test vectors from LTV to TESTV - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/copy-ltv-files-to-testv-dir.sh # create references - exit_code_ref=0 - 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=$? Loading