Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -381,6 +381,8 @@ stages: - if [ $zero_errors_branch != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_NON_BE; fi - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi - exit 0 after_script: t- rm -rf tests/dut tests/ref allow_failure: exit_codes: - 123 Loading Loading @@ -582,6 +584,7 @@ ivas-pytest-compare_to_main-short-dec: - DUT_ENCODER_PATH=./IVAS_cod_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=1.0 - rm -rf tests/dut tests/ref <<: *ivas-pytest-on-merge-request-anchor ivas-pytest-compare_to_main-short-dec-lev-10: Loading @@ -593,6 +596,7 @@ ivas-pytest-compare_to_main-short-dec-lev-10: - DUT_ENCODER_PATH=./IVAS_cod_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=0.3162 - rm -rf tests/dut tests/ref <<: *ivas-pytest-on-merge-request-anchor ivas-pytest-compare_to_main-short-dec-lev+10: Loading @@ -604,6 +608,7 @@ ivas-pytest-compare_to_main-short-dec-lev+10: - DUT_ENCODER_PATH=./IVAS_cod_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=3.162 - rm -rf tests/dut tests/ref <<: *ivas-pytest-on-merge-request-anchor # --------------------------------------------------------------- Loading Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -381,6 +381,8 @@ stages: - if [ $zero_errors_branch != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_NON_BE; fi - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi - exit 0 after_script: t- rm -rf tests/dut tests/ref allow_failure: exit_codes: - 123 Loading Loading @@ -582,6 +584,7 @@ ivas-pytest-compare_to_main-short-dec: - DUT_ENCODER_PATH=./IVAS_cod_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=1.0 - rm -rf tests/dut tests/ref <<: *ivas-pytest-on-merge-request-anchor ivas-pytest-compare_to_main-short-dec-lev-10: Loading @@ -593,6 +596,7 @@ ivas-pytest-compare_to_main-short-dec-lev-10: - DUT_ENCODER_PATH=./IVAS_cod_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=0.3162 - rm -rf tests/dut tests/ref <<: *ivas-pytest-on-merge-request-anchor ivas-pytest-compare_to_main-short-dec-lev+10: Loading @@ -604,6 +608,7 @@ ivas-pytest-compare_to_main-short-dec-lev+10: - DUT_ENCODER_PATH=./IVAS_cod_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=3.162 - rm -rf tests/dut tests/ref <<: *ivas-pytest-on-merge-request-anchor # --------------------------------------------------------------- Loading