Commit 7b001328 authored by Jan Kiene's avatar Jan Kiene
Browse files

[revert-me] temporarily disable some jobs to save pl time while testing

parent 4c0dfa80
Loading
Loading
Loading
Loading
Loading
+35 −35
Original line number Diff line number Diff line
@@ -762,41 +762,41 @@ build-codec-linux-debugging-make:
#   <<: *ivas-pytest-on-merge-request-anchor

### jobs that test flt encoder -> fx decoder
ivas-pytest-compare_to_main-short-dec:
  extends:
    - .rules-pytest-to-main-short
    - .test-job-linux
  before_script:
    - USE_LTV=0
    - DUT_ENCODER_PATH=./IVAS_cod_ref
    - TEST_SUITE="$SHORT_TEST_SUITE"
    - LEVEL_SCALING=1.0
    - rm -rf tests/dut tests/ref
  <<: *ivas-pytest-on-merge-request-anchor

ivas-pytest-compare_to_main-short-dec-lev-10:
  extends:
    - .rules-pytest-to-main-short
    - .test-job-linux
  before_script:
    - USE_LTV=0
    - DUT_ENCODER_PATH=./IVAS_cod_ref
    - TEST_SUITE="$SHORT_TEST_SUITE"
    - LEVEL_SCALING=0.3162
    - rm -rf tests/dut tests/ref
  <<: *ivas-pytest-on-merge-request-anchor

ivas-pytest-compare_to_main-short-dec-lev+10:
  extends:
    - .rules-pytest-to-main-short
    - .test-job-linux
  before_script:
    - USE_LTV=0
    - DUT_ENCODER_PATH=./IVAS_cod_ref
    - TEST_SUITE="$SHORT_TEST_SUITE"
    - LEVEL_SCALING=3.162
    - rm -rf tests/dut tests/ref
  <<: *ivas-pytest-on-merge-request-anchor
# ivas-pytest-compare_to_main-short-dec:
#   extends:
#     - .rules-pytest-to-main-short
#     - .test-job-linux
#   before_script:
#     - USE_LTV=0
#     - DUT_ENCODER_PATH=./IVAS_cod_ref
#     - TEST_SUITE="$SHORT_TEST_SUITE"
#     - LEVEL_SCALING=1.0
#     - rm -rf tests/dut tests/ref
#   <<: *ivas-pytest-on-merge-request-anchor
#
# ivas-pytest-compare_to_main-short-dec-lev-10:
#   extends:
#     - .rules-pytest-to-main-short
#     - .test-job-linux
#   before_script:
#     - USE_LTV=0
#     - DUT_ENCODER_PATH=./IVAS_cod_ref
#     - TEST_SUITE="$SHORT_TEST_SUITE"
#     - LEVEL_SCALING=0.3162
#     - rm -rf tests/dut tests/ref
#   <<: *ivas-pytest-on-merge-request-anchor
#
# ivas-pytest-compare_to_main-short-dec-lev+10:
#   extends:
#     - .rules-pytest-to-main-short
#     - .test-job-linux
#   before_script:
#     - USE_LTV=0
#     - DUT_ENCODER_PATH=./IVAS_cod_ref
#     - TEST_SUITE="$SHORT_TEST_SUITE"
#     - LEVEL_SCALING=3.162
#     - rm -rf tests/dut tests/ref
#   <<: *ivas-pytest-on-merge-request-anchor

# ---------------------------------------------------------------
# Short test jobs for running from web interface or schedule