Commit ac50c674 authored by Jan Kiene's avatar Jan Kiene
Browse files

adapt to float ci update

parent dbc49984
Loading
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -115,13 +115,6 @@ stages:
  - cp -r $SCRIPTS_DIR/tests .
  - cp $SCRIPTS_DIR/pytest.ini .

# 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

.apply-testv-scaling: &apply-testv-scaling
  - echo "Applying level scaling in scripts/testv using scale=$LEVEL_SCALING"
  - tests/scale_pcm.py ./scripts/testv/ $LEVEL_SCALING
@@ -190,7 +183,7 @@ stages:
    -    *update-ltv-repo
    -    *copy-ltv-files-to-testv-dir
    - fi
    - *remove-unsupported-testcases
    - python3 ci/remove_unsupported_testcases.py
    - if [ $LEVEL_SCALING != "1.0" ];then
    -   *apply-testv-scaling
    - fi
@@ -244,7 +237,7 @@ stages:
  script:
    - *print-common-info
    - *update-scripts-repo
    - *remove-unsupported-testcases
    - python3 ci/remove_unsupported_testcases.py
    - *setup-codec
    - make clean
    - make -j CLANG=$CLANG_NUM