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

do not passs "BASOP" as project to prepare_instrumentation.sh

this was added to skip missing split rendering/LC3Plus code parts which
are now there
parent 344fd08b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -901,7 +901,7 @@ build-codec-linux-instrumented-make:
  script:
    - *print-common-info
    - *update-scripts-repo
    - bash scripts/prepare_instrumentation.sh -m MEM_ONLY -p BASOP
    - bash scripts/prepare_instrumentation.sh -m MEM_ONLY
    - make -j -C $INSTR_DIR


@@ -1655,7 +1655,7 @@ ivas-pytest-on-merge-request:
  stage: test
  variables:
    ret_val: 0
    GET_WMOPS_ARGS: "mem_only basop"
    GET_WMOPS_ARGS: "mem_only"
  timeout: 3 hours 30 minutes
  before_script:
    - *print-common-info