Commit 30fab579 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix comparison merge target build

there was a "needs:" in the job itself that overwrote the one coming in
from the template
parent d621ca2e
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1364,7 +1364,6 @@ split-rendering-pytest-on-merge-request:
    - .test-job-linux-needs-testv-dir
    - .test-job-linux-needs-fixed-target
    - .rules-merge-request-to-main-pc
  needs: ["build-codec-linux-make"]
  timeout: "60 minutes"
  stage: compare
  script:
@@ -2100,7 +2099,6 @@ renderer-pytest-on-merge-request:
    - .test-job-linux-needs-testv-dir
    - .test-job-linux-needs-fixed-target
    - .rules-merge-request-to-main-pc
  needs: ["build-codec-linux-make"]
  # TODO: set reasonable timeout, will most likely take less
  timeout: "20 minutes"
  tags:
@@ -2162,7 +2160,6 @@ ivas-pytest-on-merge-request:
  # note: this step doesn't really depend on codec-smoke-test
  # it's just pointless to run this step when the smoke test fails and the smoke test should be reasonably fast
  # thus, overall, this should save time
  needs: ["build-codec-linux-make"] #, "codec-smoke-test"]
  timeout: "40 minutes"
  tags:
    - ivas-linux