Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -338,6 +338,8 @@ codec-smoke-test: needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"] script: - *print-common-info # LTV update needed as ltv ISM metadata files are used - *update-ltv-repo - 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 @@ -1334,6 +1336,7 @@ coverage-test-on-main-scheduled: timeout: 2 hours script: - *print-common-info - *update-ltv-repo - make GCOV=1 -j - cp IVAS_rend IVAS_rend_ref # Copy exec to be able to run renderer script - python3 tests/create_short_testvectors.py Loading ci/run_evs_be_test.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ def main(): result_dict = dict() # run first part in parallel with concurrent.futures.ThreadPoolExecutor(max_workers=4) as executor: with concurrent.futures.ThreadPoolExecutor() as executor: executor.map( run_file, README_FILES_PARALLEL, BIN_PATHS, [result_dict] * len(README_FILES_PARALLEL) ) Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -338,6 +338,8 @@ codec-smoke-test: needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"] script: - *print-common-info # LTV update needed as ltv ISM metadata files are used - *update-ltv-repo - 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 @@ -1334,6 +1336,7 @@ coverage-test-on-main-scheduled: timeout: 2 hours script: - *print-common-info - *update-ltv-repo - make GCOV=1 -j - cp IVAS_rend IVAS_rend_ref # Copy exec to be able to run renderer script - python3 tests/create_short_testvectors.py Loading
ci/run_evs_be_test.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ def main(): result_dict = dict() # run first part in parallel with concurrent.futures.ThreadPoolExecutor(max_workers=4) as executor: with concurrent.futures.ThreadPoolExecutor() as executor: executor.map( run_file, README_FILES_PARALLEL, BIN_PATHS, [result_dict] * len(README_FILES_PARALLEL) ) Loading