Commit 47f0d8af authored by norvell's avatar norvell
Browse files

Remove needs on build jobs

parent ab66497e
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -366,7 +366,6 @@ stages:

.ivas-pytest-anchor: &ivas-pytest-anchor
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "360 minutes"
  variables:
    # keep "mld" in artifact name for backwards compatibility reasons
@@ -478,7 +477,6 @@ stages:

.check-be-to-target-anchor: &check-be-to-target-anchor
  stage: check-be
  needs: ["build-codec-linux-make"]
  timeout: "300 minutes"
  variables:
    XML_REPORT: "report--$CI_JOB_NAME--sha-$CI_COMMIT_SHORT_SHA.xml"
@@ -736,7 +734,6 @@ stages:

.ivas-pytest-sanitizers-anchor: &ivas-pytest-sanitizers-anchor
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "600 minutes"
  rules:
    - if: $CI_PIPELINE_SOURCE == 'push'
@@ -780,7 +777,6 @@ stages:

.ivas-pytest-compare-to-input-anchor: &ivas-pytest-compare-to-input-anchor
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "360 minutes"
  variables:
    SUMMARY_HTML_ARTIFACT_NAME: "summary_$CI_JOB_NAME.html"