Commit 6c356032 authored by Jan Kiene's avatar Jan Kiene
Browse files

use ref encoder in complexity run without instrumentation

parent b30ac599
Loading
Loading
Loading
Loading
Loading
+4 −14
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ variables:
  TESTCASE_TIMEOUT_LTV: 2400
  TESTCASE_TIMEOUT_STV_SANITIZERS: 1800
  GIT_CLEAN_FLAGS: -ffdxq
  BUILD_INSTRUMENTED: ""
  INSTR_DIR: "scripts/c-code_instrument"
  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
@@ -107,18 +106,10 @@ stages:
  - git checkout $REFERENCE_BRANCH
  - git pull
  - make clean
  - if [ "$BUILD_INSTRUMENTED" != "" ]; then
  -    bash scripts/prepare_instrumentation.sh -p BASOP -m MEM_ONLY
  -    make -j -C $INSTR_DIR
  -    mv $INSTR_DIR/IVAS_cod ./IVAS_cod_ref
  -    mv $INSTR_DIR/IVAS_dec ./IVAS_dec_ref
  -    mv $INSTR_DIR/IVAS_rend ./IVAS_rend_ref
  - else
  - make -j
  - mv ./IVAS_cod ./IVAS_cod_ref
  - mv ./IVAS_dec ./IVAS_dec_ref
  - mv ./IVAS_rend ./IVAS_rend_ref
  - fi

  ### build test binaries
  - git restore .
@@ -766,7 +757,6 @@ ivas-pytest-renderer:
  stage: test
  variables:
    ret_val: 0
    BUILD_INSTRUMENTED: "true"
  before_script:
    - *print-common-info
    - *update-scripts-repo