Commit 39dec4c3 authored by Jan Kiene's avatar Jan Kiene
Browse files

add blueprint for delay measuring test

parent ece8534d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -342,6 +342,17 @@ self-test-on-merge-request:
      junit: report-junit.xml


measure-delay:
  extends:
    - .rules-basis
    - .test-job-linux
  stage: test
  needs: [ "build-codec-linux-cmake" ]
  script:
    - *print-common-info

    - echo "measure-delay test, yay!"

# ---------------------------------------------------------------
# Test jobs for main branch
# ---------------------------------------------------------------