Commit 067b2d8f authored by Jan Kiene's avatar Jan Kiene
Browse files

remove some obsolete parts

parent edfeec38
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -996,11 +996,7 @@ build-codec-linux-instrumented-make:
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
    - if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" == "ivas-float-update" ] || [ "$CI_COMMIT_REF_NAME" == "ivas-float-update" ]; then
    -   bash scripts/prepare_instrumentation.sh
    - else
    - bash scripts/prepare_instrumentation.sh -m MEM_ONLY
    - fi
    - make -j -C $INSTR_DIR

# make sure that the codec builds with msan, asan and usan
@@ -2401,7 +2397,6 @@ voip-be-on-merge-request:
    - .test-job-linux-needs-testv-dir
  rules:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "voip-be-test"
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "ivas-float-update"
    # - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" # only have MR pipelines for MRs to main
  stage: test
  needs: ["build-codec-linux-make"]