Loading .gitlab-ci.yml +3 −5 Original line number Diff line number Diff line Loading @@ -89,8 +89,9 @@ stages: - make -j ### prepare pytest # create short test vectors # Prepare inputs - python3 tests/create_short_testvectors.py - scripts/prepare_combined_format_inputs.py # create references - python3 -m pytest $TEST_SUITE -v --update_ref 1 -m create_ref -n auto - python3 -m pytest $TEST_SUITE -v --update_ref 1 -m create_ref_part2 -n auto Loading @@ -110,10 +111,7 @@ stages: # TODO: this needs to be updated in case the reference is updated .remove-unsupported-testcases: &remove-unsupported-testcases - sed -i '1701,1707d' scripts/config/self_test.prm - sed -i '1659,1661d' scripts/config/self_test.prm - sed -i '1635,1637d' scripts/config/self_test.prm - sed -i '1603,1605d' scripts/config/self_test.prm - sed -i '1701,1707d' scripts/config/self_test.prm # OSBA planar FOA 1ISM at 256 kbps, 48 kHz in, 48 kHz out, BINAURAL out, OSBA planar FOA 2ISM at 512 kbps, 48 kHz in, 48 kHz out, BINAURAL out .apply-testv-scaling: &apply-testv-scaling - echo "Applying level scaling in scripts/testv using scale=$LEVEL_SCALING" Loading Loading
.gitlab-ci.yml +3 −5 Original line number Diff line number Diff line Loading @@ -89,8 +89,9 @@ stages: - make -j ### prepare pytest # create short test vectors # Prepare inputs - python3 tests/create_short_testvectors.py - scripts/prepare_combined_format_inputs.py # create references - python3 -m pytest $TEST_SUITE -v --update_ref 1 -m create_ref -n auto - python3 -m pytest $TEST_SUITE -v --update_ref 1 -m create_ref_part2 -n auto Loading @@ -110,10 +111,7 @@ stages: # TODO: this needs to be updated in case the reference is updated .remove-unsupported-testcases: &remove-unsupported-testcases - sed -i '1701,1707d' scripts/config/self_test.prm - sed -i '1659,1661d' scripts/config/self_test.prm - sed -i '1635,1637d' scripts/config/self_test.prm - sed -i '1603,1605d' scripts/config/self_test.prm - sed -i '1701,1707d' scripts/config/self_test.prm # OSBA planar FOA 1ISM at 256 kbps, 48 kHz in, 48 kHz out, BINAURAL out, OSBA planar FOA 2ISM at 512 kbps, 48 kHz in, 48 kHz out, BINAURAL out .apply-testv-scaling: &apply-testv-scaling - echo "Applying level scaling in scripts/testv using scale=$LEVEL_SCALING" Loading