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

make all MR jobs run on the runner under test

parent 6a18db23
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -223,21 +223,21 @@ stages:
# templates to define stages and platforms
.test-job-linux:
  tags:
    - ivas-linux
    - test-fhg-linux-runner1

.build-job-linux:
  stage: build
  timeout: "4 minutes"
  needs: []
  tags:
    - ivas-linux
    - test-fhg-linux-runner1

.build-job-windows:
  stage: build
  needs: []
  timeout: "4 minutes"
  tags:
    - ivas-windows
    - test-fhg-linux-runner1

# template for test jobs on linux that need the TESTV_DIR
.test-job-linux-needs-testv-dir:
@@ -266,7 +266,7 @@ uninterruptible:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      when: always
  tags:
    - ivas-linux
    - test-fhg-linux-runner1

# ---------------------------------------------------------------
# Validation jobs
@@ -278,7 +278,7 @@ branch-is-up-to-date-with-main-pre:
  stage: prevalidate
  needs: []
  tags:
    - ivas-linux
    - test-fhg-linux-runner1
  script:
    - *get-commits-behind-count
    - echo $commits_behind_count
@@ -289,7 +289,7 @@ branch-is-up-to-date-with-main-post:
    - .rules-merge-request
  stage: postvalidate
  tags:
    - ivas-linux
    - test-fhg-linux-runner1
  script:
    - *get-commits-behind-count
    - echo $commits_behind_count
@@ -409,7 +409,7 @@ codec-smoke-test:
    - .rules-merge-request
  timeout: "17 minutes"
  tags:
    - ivas-linux-fast
    - test-fhg-linux-runner1
  stage: test
  needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"]
  script:
@@ -969,7 +969,7 @@ check-first-frame-is-sid:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request
  tags:
    - ivas-linux
    - test-fhg-linux-runner1
  stage: test
  needs: ["build-codec-linux-cmake"]
  script: