Commit 19e71a1e authored by norvell's avatar norvell
Browse files

Revert change in compare to ref for enc

parent 19169c7d
Loading
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -284,9 +284,17 @@ stages:
    -    touch $MERGED_CSV_ARTIFACT_NAME
    - fi

    - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit_code=$EXIT_CODE_NON_BE; fi
    - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit_code=$EXIT_CODE_FAIL; fi
    - exit $exit_code
    - 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
    -         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

  allow_failure:
    exit_codes: