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

correct usage of script

parent ac50c674
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ variables:
  LEVEL_SCALING: "1.0"
  IVAS_PIPELINE_NAME: ''
  BASOP_CI_BRANCH_PC_REPO: "basop-ci-branch"
  PRM_FILES: "scripts/config/self_test.prm scripts/config/self_test_ltv.prm"
  MANUAL_PIPELINE_TYPE:
    description: "Type for the manual pipeline run. Use 'pytest-mld' to run MLD test against reference float codec." # Not implemented yet, but may be good to have a manual pipeline trigger
    value: 'default'
@@ -183,7 +184,7 @@ stages:
    -    *update-ltv-repo
    -    *copy-ltv-files-to-testv-dir
    - fi
    - python3 ci/remove_unsupported_testcases.py
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - if [ $LEVEL_SCALING != "1.0" ];then
    -   *apply-testv-scaling
    - fi
@@ -237,7 +238,7 @@ stages:
  script:
    - *print-common-info
    - *update-scripts-repo
    - python3 ci/remove_unsupported_testcases.py
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - *setup-codec
    - make clean
    - make -j CLANG=$CLANG_NUM