Commit 30152e46 authored by norvell's avatar norvell
Browse files

Fix to allow fail in ivas-pytest-anchor for MR pipelines only

parent adc436bf
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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