Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -270,8 +270,8 @@ stages: - fi - if [ $zero_errors != 1 ]; then - echo "Run errors encountered!"; - # TODO: temporary only to not fail pipelines on crashes in encoder - 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 Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -270,8 +270,8 @@ stages: - fi - if [ $zero_errors != 1 ]; then - echo "Run errors encountered!"; - # TODO: temporary only to not fail pipelines on crashes in encoder - 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 Loading