Commit b9a68dac authored by norvell's avatar norvell
Browse files

Add manual job for PEAQ encoder passthrough

parent 07ad5d7b
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ variables:
      - 'complexity'
      - 'coverage'
      - 'voip-be-test'
      - 'peaq-enc-passthrough'


default:
@@ -95,6 +96,9 @@ workflow:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'voip-be-test'
      variables:
        IVAS_PIPELINE_NAME: 'Voip BE test on $CI_COMMIT_BRANCH'
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'peaq-enc-passthrough'
      variables:
        IVAS_PIPELINE_NAME: 'PEAQ encoder pass-through test: $CI_COMMIT_BRANCH'
    - if: $CI_PIPELINE_SOURCE == 'schedule' # Scheduled in any branch
      variables:
        IVAS_PIPELINE_NAME: 'Scheduled pipeline: $CI_COMMIT_BRANCH'        
@@ -1172,6 +1176,16 @@ ivas-pytest-renderer:
    - LEVEL_SCALING=1.0
  <<: *ivas-pytest-anchor

peaq-enc-passthrough:
  extends:
    - .test-job-linux
  rules:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "peaq-enc-passthrough"
  before_script:
    - USE_LTV=0
    - TEST_SUITE="tests/test_enc_passthrough.py"
    - LEVEL_SCALING=1.0
  <<: *ivas-pytest-anchor

# ---------------------------------------------------------------
# Various other tests