Loading .gitlab-ci.yml +0 −12 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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" Loading Loading @@ -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" Loading Loading @@ -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 Loading Loading
.gitlab-ci.yml +0 −12 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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" Loading Loading @@ -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" Loading Loading @@ -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 Loading