Commit 97c956ef authored by kinuthia's avatar kinuthia
Browse files

test with scaling set to 1 to see if job fails

parent e08190a9
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -475,7 +475,7 @@ ivas-smoke-test-saturation:
    - .test-job-linux-needs-testv-dir
  script:
    - USE_LTV=1
    - LEVEL_SCALING=32768
    #- LEVEL_SCALING=32768

    - *print-common-info
    - *update-scripts-repo
@@ -495,10 +495,10 @@ ivas-smoke-test-saturation:
    ### analyze for failures
    - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_plc.txt ] || ! [ -s smoke_test_output_jbm_noEXT.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi
    - ret_val=0
    - if cat smoke_test_output.txt | grep -c "failed"; then echo "Smoke test without PLC failed"; ret_val=1; fi
    - if cat smoke_test_output_plc.txt | grep -c "failed"; then echo "Smoke test with PLC failed"; ret_val=1; fi
    - if cat smoke_test_output_jbm_noEXT.txt | grep -c "failed"; then echo "Smoke test JBM part failed"; ret_val=1; fi
    - if cat smoke_test_output_hrtf.txt | grep -c "failed"; then echo "Smoke test with external hrtf files failed"; ret_val=1; fi
    - if cat smoke_test_output.txt | grep -c "passed"; then echo "Smoke test without PLC passed"; ret_val=1; fi
    - if cat smoke_test_output_plc.txt | grep -c "passed"; then echo "Smoke test with PLC passed"; ret_val=1; fi
    - if cat smoke_test_output_jbm_noEXT.txt | grep -c "passed"; then echo "Smoke test JBM part passed"; ret_val=1; fi
    - if cat smoke_test_output_hrtf.txt | grep -c "passed"; then echo "Smoke test with external hrtf files passed"; ret_val=1; fi
    - exit $ret_val
  artifacts:
    name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results"