Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -390,9 +390,9 @@ stages: - fi # If outputs of main and branch are equal and have equal reports, the job will pass. - python3 scripts/batch_comp_audio.py --tool pyaudio3dtools tests/dut/sba_bs/raw tests/dut_branch/sba_bs/raw - python3 scripts/batch_comp_audio.py --tool pyaudio3dtools -sd tests/dut/sba_bs/raw tests/dut_branch/sba_bs/raw - diff_sba=$? - python3 scripts/batch_comp_audio.py --tool pyaudio3dtools tests/dut/param_file/dec tests/dut_branch/param_file/dec - python3 scripts/batch_comp_audio.py --tool pyaudio3dtools -sd tests/dut/param_file/dec tests/dut_branch/param_file/dec - diff_param=$? - diff $CSV_BRANCH $CSV_MAIN - diff_report=$? Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -390,9 +390,9 @@ stages: - fi # If outputs of main and branch are equal and have equal reports, the job will pass. - python3 scripts/batch_comp_audio.py --tool pyaudio3dtools tests/dut/sba_bs/raw tests/dut_branch/sba_bs/raw - python3 scripts/batch_comp_audio.py --tool pyaudio3dtools -sd tests/dut/sba_bs/raw tests/dut_branch/sba_bs/raw - diff_sba=$? - python3 scripts/batch_comp_audio.py --tool pyaudio3dtools tests/dut/param_file/dec tests/dut_branch/param_file/dec - python3 scripts/batch_comp_audio.py --tool pyaudio3dtools -sd tests/dut/param_file/dec tests/dut_branch/param_file/dec - diff_param=$? - diff $CSV_BRANCH $CSV_MAIN - diff_report=$? Loading