Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -490,6 +490,9 @@ ivas-smoke-test-saturation: - *apply-testv-scaling - fi # skip prepare_mem_dryrun.py script in smoke_test.sh - sed -i 's/python3 .\/scripts\/prepare_mem_dryrun.py/#python3 .\/scripts\/prepare_mem_dryrun.py/g' ci/smoke_test.sh - bash ci/smoke_test.sh ### 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 Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -490,6 +490,9 @@ ivas-smoke-test-saturation: - *apply-testv-scaling - fi # skip prepare_mem_dryrun.py script in smoke_test.sh - sed -i 's/python3 .\/scripts\/prepare_mem_dryrun.py/#python3 .\/scripts\/prepare_mem_dryrun.py/g' ci/smoke_test.sh - bash ci/smoke_test.sh ### 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 Loading