Commit 318c9e5b authored by Jan Kiene's avatar Jan Kiene
Browse files

remove test tag

parent c63fbded
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -413,9 +413,6 @@ external-renderer-pytest-on-merge-request:
  extends:
    - .test-job-linux
    - .rules-merge-request
  # TODO: remove, only for testing
  tags:
    - test-fhg-linux-runner1
  needs: ["build-codec-linux-make"]
  # TODO: set reasonable timeout, will most likely take less
  timeout: "20 minutes"
@@ -470,9 +467,6 @@ ivas-pytest-on-merge-request:
  extends:
    - .test-job-linux
    - .rules-merge-request
  # TODO: remove, only for testing
  tags:
    - test-fhg-linux-runner1
  stage: compare
  needs: ["build-codec-linux-cmake", "codec-smoke-test"]
  timeout: "10 minutes"
@@ -522,9 +516,6 @@ evs-pytest-on-merge-request:
  extends:
    - .test-job-linux
    - .rules-merge-request
  # TODO: remove, only for testing
  tags:
    - test-fhg-linux-runner1
  stage: compare
  needs: ["build-codec-linux-cmake", "codec-smoke-test"]
  timeout: "10 minutes"
@@ -646,9 +637,6 @@ codec-comparison-on-main-push:
  extends:
    - .test-job-linux
    - .rules-main-push
  # TODO: remove, only for testing
  tags:
    - test-fhg-linux-runner1
  stage: compare
  needs: ["build-codec-linux-cmake"]
  timeout: "30 minutes" # To be revisited