Commit 789224d6 authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "macke separate checks on all the linux runners"

This reverts commit 0675ea4f.
parent 17c72a2d
Loading
Loading
Loading
Loading
Loading
+1 −42
Original line number Diff line number Diff line
@@ -661,49 +661,8 @@ 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