Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -330,7 +330,6 @@ self-test-ivas-on-merge-request: when: always paths: - test_output.txt - test_output_evs.txt - scripts/test/logs/ - scripts/ref/logs/ expose_as: 'Self test IVAS results' Loading @@ -353,6 +352,7 @@ self-test-sba-on-merge-request: - exit_code=0 - python3 ./scripts/ivas_pytests/self_test_b.py --encref IVAS_cod_ref --decref IVAS_dec_ref --encdut IVAS_cod_test --decdut IVAS_dec_test || exit_code=$? - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true - non_be_flag=$(echo $CI_MERGE_REQUEST_TITLE | grep -c --ignore-case "\[non[ -]*be\]") || true - if [ $zero_errors != 1 ]; then echo "Run errors in SBA pytest"; exit $EXIT_CODE_FAIL; fi Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -330,7 +330,6 @@ self-test-ivas-on-merge-request: when: always paths: - test_output.txt - test_output_evs.txt - scripts/test/logs/ - scripts/ref/logs/ expose_as: 'Self test IVAS results' Loading @@ -353,6 +352,7 @@ self-test-sba-on-merge-request: - exit_code=0 - python3 ./scripts/ivas_pytests/self_test_b.py --encref IVAS_cod_ref --decref IVAS_dec_ref --encdut IVAS_cod_test --decdut IVAS_dec_test || exit_code=$? - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true - non_be_flag=$(echo $CI_MERGE_REQUEST_TITLE | grep -c --ignore-case "\[non[ -]*be\]") || true - if [ $zero_errors != 1 ]; then echo "Run errors in SBA pytest"; exit $EXIT_CODE_FAIL; fi Loading