Loading .gitlab-ci.yml +35 −35 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +35 −35 Original line number Diff line number Diff line Loading @@ -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 Loading