Commit b3fbb38a authored by norvell's avatar norvell
Browse files

Correct some errors in self_test_b.py test and remove self_test_evs.txt...

Correct some errors in self_test_b.py test and remove self_test_evs.txt artifact from IVAS test job.
parent 1145b9b2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'
@@ -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