Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -1372,6 +1372,8 @@ renderer-pytest-on-merge-request: needs: ["build-codec-linux-make"] # TODO: set reasonable timeout, will most likely take less timeout: "20 minutes" tags: - ivas-linux stage: compare script: - *print-common-info Loading Loading @@ -1415,6 +1417,8 @@ ivas-pytest-on-merge-request: # thus, overall, this should save time needs: ["build-codec-linux-make"] #, "codec-smoke-test"] timeout: "14 minutes" tags: - ivas-linux script: - *print-common-info - *get-commits-behind-count Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -1372,6 +1372,8 @@ renderer-pytest-on-merge-request: needs: ["build-codec-linux-make"] # TODO: set reasonable timeout, will most likely take less timeout: "20 minutes" tags: - ivas-linux stage: compare script: - *print-common-info Loading Loading @@ -1415,6 +1417,8 @@ ivas-pytest-on-merge-request: # thus, overall, this should save time needs: ["build-codec-linux-make"] #, "codec-smoke-test"] timeout: "14 minutes" tags: - ivas-linux script: - *print-common-info - *get-commits-behind-count Loading