Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -286,8 +286,8 @@ stages: - 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_ref-short-enc" ]]; then # TODO: temporary only to not fail MR pipelines on crashes in encoder - if [ $CI_PIPELINE_SOURCE == 'merge_request_event' ]; then - exit $EXIT_CODE_NON_BE - else - exit $EXIT_CODE_FAIL Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -286,8 +286,8 @@ stages: - 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_ref-short-enc" ]]; then # TODO: temporary only to not fail MR pipelines on crashes in encoder - if [ $CI_PIPELINE_SOURCE == 'merge_request_event' ]; then - exit $EXIT_CODE_NON_BE - else - exit $EXIT_CODE_FAIL Loading