Commit 322f6a57 authored by Fabian Müller's avatar Fabian Müller
Browse files

Enable codec-smoke-test job

parent 405ffc65
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1491,8 +1491,7 @@ voip-be-on-merge-request:
# ---------------------------------------------------------------

# test that runs all modes with 1s input signals
# TODO: disabled temporarily, needs to be adapted to BASOP
.codec-smoke-test:
codec-smoke-test:
  extends:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request
@@ -1785,11 +1784,10 @@ ivas-pytest-on-merge-request:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request
  stage: compare
  # TODO: broken dependency needs to be removed temporarily, see above
  # 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"]
  needs: ["build-codec-linux-make", "codec-smoke-test"]
  timeout: "14 minutes"
  tags:
    - ivas-linux