Commit 0675ea4f authored by Jan Kiene's avatar Jan Kiene
Browse files

macke separate checks on all the linux runners

parent eec50d62
Loading
Loading
Loading
Loading
Loading
+42 −1
Original line number Diff line number Diff line
@@ -661,8 +661,49 @@ clang-format-check:
    name: "$ARTIFACT_BASE_NAME"
    expose_as: 'formatting patch'

# TEMPORARY: run the check for testvectors on all runners
check-testvectors-fhg1:
  extends:
    - .rules-merge-request
    - .test-job-linux-needs-testv-dir
  tags:
    - test-fhg-linux-runner1
  stage: test
  script:
    - *check-for-testvectors

check-testvectors-fhg2:
  extends:
    - .rules-merge-request
    - .test-job-linux-needs-testv-dir
  tags:
    - test-fhg-linux-runner2
  stage: test
  script:
    - *check-for-testvectors

check-testvectors-ericsson:
  extends:
    - .rules-merge-request
    - .test-job-linux-needs-testv-dir
  tags:
    - test-ericsson-linux-runner
  stage: test
  script:
    - *check-for-testvectors

check-testvectors-nokia:
  extends:
    - .rules-merge-request
    - .test-job-linux-needs-testv-dir
  tags:
    - test-nokia-linux-runner
  stage: test
  script:
    - *check-for-testvectors

# check for crashes if first received frame on decoder side is an SID
check-first-frame-is-sid:
.check-first-frame-is-sid:
  extends:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request