Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,12 @@ stages: - echo $CI_MERGE_REQUEST_TITLE > tmp.txt - allow_regressions_flag=$(grep -c --ignore-case "\[allow[ -]*regression\]" tmp.txt) || true # TODO: temporary patch, remove once encoder is stable # allow regressions for encoder tests - if [[ "$CI_JOB_NAME" =~ "ivas-pytest-compare_to_main-short-enc" ]]; then - allow_regressions_flag=1 - fi ### run branch first # this per default builds the branch and the reference and creates the reference outputs - *build-and-create-reference-outputs Loading Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,12 @@ stages: - echo $CI_MERGE_REQUEST_TITLE > tmp.txt - allow_regressions_flag=$(grep -c --ignore-case "\[allow[ -]*regression\]" tmp.txt) || true # TODO: temporary patch, remove once encoder is stable # allow regressions for encoder tests - if [[ "$CI_JOB_NAME" =~ "ivas-pytest-compare_to_main-short-enc" ]]; then - allow_regressions_flag=1 - fi ### run branch first # this per default builds the branch and the reference and creates the reference outputs - *build-and-create-reference-outputs Loading