Commit fb1defdc authored by Jan Kiene's avatar Jan Kiene
Browse files

apply rule to voip be test

parent c60570f9
Loading
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -1492,15 +1492,10 @@ ivas-pytest-renderer:
# Various other tests
# ---------------------------------------------------------------

# TODO: actually run on MR once main problems are fixed
voip-be-on-merge-request:
  extends:
    - .test-job-linux-needs-testv-dir
  rules:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "voip-be-test"
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "float-pc"
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never
    - .rules-merge-request-to-float-pc
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "10 minutes"