Commit 5730e088 authored by Jan Kiene's avatar Jan Kiene
Browse files

add hrtf loading BE test

parent 16396466
Loading
Loading
Loading
Loading
+24 −1
Original line number Diff line number Diff line
@@ -870,6 +870,30 @@ clang-format-check:
    name: "$ARTIFACT_BASE_NAME"
    expose_as: "formatting patch"

# from float
check-bitexactness-hrtf-rom-and-file:
  extends:
    - .test-job-linux
    - .rules-merge-request-to-float-pc
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "5 minutes"
  script:
    - *print-common-info
    - *update-scripts-repo
    - make clean
    - make -j
    - python3 tests/create_short_testvectors.py --cut_len 1.0
    - python3 -m pytest tests/hrtf_binary_loading --html=report.html --junit-xml=report-junit.xml --self-contained-html
  artifacts:
    paths:
      - report.html
      - report-junit.xml
    when: always
    name: "$CI_JOB_NAME--$CI_MERGE_REQUEST_ID--sha-$CI_COMMIT_SHA--hrtf-loading"
    expose_as: "logs-hrtf-loading"
    expire_in: "5 days"

# ---------------------------------------------------------------
# Build jobs
# ---------------------------------------------------------------
@@ -907,7 +931,6 @@ build-codec-linux-instrumented-make:
  tags:
    - ivas-linux
  script:
    - *update-scripts-repo
    - *print-common-info
    - *update-scripts-repo
    - bash scripts/prepare_instrumentation.sh -m MEM_ONLY -p BASOP