Loading .gitlab-ci.yml +18 −4 Original line number Diff line number Diff line Loading @@ -269,7 +269,15 @@ stages: - touch $MERGED_CSV_ARTIFACT_NAME - fi - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi - if [ $zero_errors != 1 ]; then - echo "Run errors encountered!"; - # TODO: temporary only to not fail pipelines on crashes in encoder - if [[ "$CI_JOB_NAME" =~ "ivas-pytest-compare_to_main-short-enc" ]]; then - exit $EXIT_CODE_NON_BE - else - exit $EXIT_CODE_FAIL - fi - fi - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi - exit 0 Loading Loading @@ -532,7 +540,9 @@ ivas-pytest-compare_to_main-short-enc: - DUT_DECODER_PATH=./IVAS_dec_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=1.0 <<: *ivas-pytest-on-merge-request-anchor # TODO: use other anchor once encoder is stable <<: *ivas-pytest-anchor # <<: *ivas-pytest-on-merge-request-anchor ivas-pytest-compare_to_main-short-enc-lev-10: extends: Loading @@ -543,7 +553,9 @@ ivas-pytest-compare_to_main-short-enc-lev-10: - DUT_DECODER_PATH=./IVAS_dec_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=0.3162 <<: *ivas-pytest-on-merge-request-anchor # TODO: use other anchor once encoder is stable <<: *ivas-pytest-anchor # <<: *ivas-pytest-on-merge-request-anchor ivas-pytest-compare_to_main-short-enc-lev+10: extends: Loading @@ -554,7 +566,9 @@ ivas-pytest-compare_to_main-short-enc-lev+10: - DUT_DECODER_PATH=./IVAS_dec_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=3.162 <<: *ivas-pytest-on-merge-request-anchor # TODO: use other anchor once encoder is stable <<: *ivas-pytest-anchor # <<: *ivas-pytest-on-merge-request-anchor ### jobs that test flt encoder -> fx decoder ivas-pytest-compare_to_main-short-dec: Loading Loading
.gitlab-ci.yml +18 −4 Original line number Diff line number Diff line Loading @@ -269,7 +269,15 @@ stages: - touch $MERGED_CSV_ARTIFACT_NAME - fi - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi - if [ $zero_errors != 1 ]; then - echo "Run errors encountered!"; - # TODO: temporary only to not fail pipelines on crashes in encoder - if [[ "$CI_JOB_NAME" =~ "ivas-pytest-compare_to_main-short-enc" ]]; then - exit $EXIT_CODE_NON_BE - else - exit $EXIT_CODE_FAIL - fi - fi - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi - exit 0 Loading Loading @@ -532,7 +540,9 @@ ivas-pytest-compare_to_main-short-enc: - DUT_DECODER_PATH=./IVAS_dec_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=1.0 <<: *ivas-pytest-on-merge-request-anchor # TODO: use other anchor once encoder is stable <<: *ivas-pytest-anchor # <<: *ivas-pytest-on-merge-request-anchor ivas-pytest-compare_to_main-short-enc-lev-10: extends: Loading @@ -543,7 +553,9 @@ ivas-pytest-compare_to_main-short-enc-lev-10: - DUT_DECODER_PATH=./IVAS_dec_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=0.3162 <<: *ivas-pytest-on-merge-request-anchor # TODO: use other anchor once encoder is stable <<: *ivas-pytest-anchor # <<: *ivas-pytest-on-merge-request-anchor ivas-pytest-compare_to_main-short-enc-lev+10: extends: Loading @@ -554,7 +566,9 @@ ivas-pytest-compare_to_main-short-enc-lev+10: - DUT_DECODER_PATH=./IVAS_dec_ref - TEST_SUITE="$SHORT_TEST_SUITE" - LEVEL_SCALING=3.162 <<: *ivas-pytest-on-merge-request-anchor # TODO: use other anchor once encoder is stable <<: *ivas-pytest-anchor # <<: *ivas-pytest-on-merge-request-anchor ### jobs that test flt encoder -> fx decoder ivas-pytest-compare_to_main-short-dec: Loading