Commit 773f50c6 authored by norvell's avatar norvell
Browse files

Use check-be-to-target-short-enc-0db as test job

parent 6a678168
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -502,6 +502,7 @@ stages:
    XML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.xml"
    HTML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.html"
    PYTEST_LOG_TARGET_BRANCH: "pytest-log-$CI_MERGE_REQUEST_TARGET_BRANCH_NAME.txt"
    CI_MERGE_REQUEST_TARGET_BRANCH_NAME: "main"
  script:
    - *print-common-info

@@ -1049,8 +1050,10 @@ clang-format-check:
### jobs that check for bitexactness of fx encoder and decoder
check-be-to-target-short-enc-0db:
  extends:
    - .rules-pytest-to-main-short
    - .rules-pytest-to-ref-short
    - .test-job-linux
  tags:
    - $RUNNER_TAG
  before_script:
    - USE_LTV=0
    - DUT_DECODER_PATH=./IVAS_dec_ref
@@ -1337,7 +1340,7 @@ ivas-pytest-enc-usan:
  <<: *ivas-pytest-sanitizers-anchor
  
### jobs that test flt encoder -> fx decoder
ivas-pytest-compare_to_ref-short-dec:
.ivas-pytest-compare_to_ref-short-dec:
  extends:
    - .rules-pytest-to-ref-short
    - .test-job-linux