Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -1331,6 +1331,9 @@ ivas-pytest-on-merge-request: - .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"] timeout: "14 minutes" script: Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -1331,6 +1331,9 @@ ivas-pytest-on-merge-request: - .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"] timeout: "14 minutes" script: Loading