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