Commit 12fd998b authored by Jan Kiene's avatar Jan Kiene
Browse files

add compare_to_main tests to main-pc pipeline

parent 2ef3ede8
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -312,6 +312,12 @@ stages:
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never

.rules-pytest-to-main-or-main-pc-short:
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main-pc")
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never

.rules-pytest-long:
  rules:
    - if: $PYTEST_MLD_LONG # Set by scheduled pipeline
@@ -957,7 +963,7 @@ build-codec-linux-debugging-make:
### jobs that test flt encoder -> fx decoder
ivas-pytest-compare_to_main-short-dec:
  extends:
    - .rules-pytest-to-main-short
    - .rules-pytest-to-main-or-main-pc-short
    - .test-job-linux
  before_script:
    - USE_LTV=0
@@ -969,7 +975,7 @@ ivas-pytest-compare_to_main-short-dec:

ivas-pytest-compare_to_main-short-dec-lev-10:
  extends:
    - .rules-pytest-to-main-short
    - .rules-pytest-to-main-or-main-pc-short
    - .test-job-linux
  before_script:
    - USE_LTV=0
@@ -981,7 +987,7 @@ ivas-pytest-compare_to_main-short-dec-lev-10:

ivas-pytest-compare_to_main-short-dec-lev+10:
  extends:
    - .rules-pytest-to-main-short
    - .rules-pytest-to-main-or-main-pc-short
    - .test-job-linux
  before_script:
    - USE_LTV=0