Commit 66881a26 authored by Jan Kiene's avatar Jan Kiene
Browse files

make stv tests triggerable via manual run

parent 1a58cc08
Loading
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -312,8 +312,9 @@ stages:
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never

.rules-pytest-to-main-or-main-pc-short:
.rules-mr-to-main-or-main-pc-or-manual:
  rules:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "pytest-compare"
    - 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
@@ -1002,7 +1003,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-or-main-pc-short
    - .rules-mr-to-main-or-main-pc-or-manual
    - .test-job-linux
  before_script:
    - USE_LTV=0
@@ -1014,7 +1015,7 @@ ivas-pytest-compare_to_main-short-dec:

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

ivas-pytest-compare_to_main-short-dec-lev+10:
  extends:
    - .rules-pytest-to-main-or-main-pc-short
    - .rules-mr-to-main-or-main-pc-or-manual
    - .test-job-linux
  before_script:
    - USE_LTV=0
@@ -1044,7 +1045,7 @@ ivas-pytest-compare_to_main-short-dec-lev+10:
ivas-pytest-compare_to_ref-short-enc:
  extends:
    #- .rules-pytest-to-ref-short
    - .rules-pytest-to-main-or-main-pc-short
    - .rules-mr-to-main-or-main-pc-or-manual
    - .test-job-linux
  before_script:
    - USE_LTV=0
@@ -1057,7 +1058,7 @@ ivas-pytest-compare_to_ref-short-enc:
ivas-pytest-compare_to_ref-short-enc-lev-10:
  extends:
    #- .rules-pytest-to-ref-short
    - .rules-pytest-to-main-or-main-pc-short
    - .rules-mr-to-main-or-main-pc-or-manual
    - .test-job-linux    
  before_script:
    - USE_LTV=0
@@ -1070,7 +1071,7 @@ ivas-pytest-compare_to_ref-short-enc-lev-10:
ivas-pytest-compare_to_ref-short-enc-lev+10:
  extends:
    #- .rules-pytest-to-ref-short
    - .rules-pytest-to-main-or-main-pc-short
    - .rules-mr-to-main-or-main-pc-or-manual
    - .test-job-linux    
  before_script:
    - USE_LTV=0