Commit 677a11fe authored by Jan Kiene's avatar Jan Kiene
Browse files

add job for running ambisonics converter test

parent 981884e2
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -2534,6 +2534,26 @@ check-be-between-renderer-framesizes:
        - report-junit-10ms.xml
        - report-junit-20ms.xml


ambisonics-converter-flt-vs-fx:
  extends:
    - .rules-merge-request-to-main
    - test-job-linux-compares-to-fixed-target
  stage: test
  timeout: "5 minutes"
  script:
    - git checkout "$FLOAT_REF_COMMIT"
    - make -j ambi_converter
    - mv ambi_converter ambi_converter_flt

    - git checkout "$MERGE_TARGET_COMMIT"
    - make clean
    - make -j ambi_converter
    - mv ambi_converter ambi_converter_fx

    - python3 -m pytest tests/test_be_ambi_converter_fixed_to_float.py


# To inject backup copy in manual trigger:
# - Store logs backup in accessible folder, e.g. /usr/local/backup
# - Set MANUAL_PIPELINE_TRIGGER to long-term-logs