Loading .gitlab-ci.yml +4 −6 Original line number Diff line number Diff line Loading @@ -202,14 +202,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - ivas-linux - test-fhg-runner3 .build-job-linux: stage: build timeout: "4 minutes" needs: [] tags: - ivas-linux - test-fhg-runner3 .build-job-windows: stage: build Loading Loading @@ -272,7 +272,7 @@ branch-is-up-to-date-with-main-pre: stage: prevalidate needs: [] tags: - ivas-linux - test-fhg-runner3 script: - *get-commits-behind-count - echo $commits_behind_count Loading @@ -283,7 +283,7 @@ branch-is-up-to-date-with-main-post: - .rules-merge-request stage: postvalidate tags: - ivas-linux - test-fhg-runner3 script: - *get-commits-behind-count - echo $commits_behind_count Loading Loading @@ -973,8 +973,6 @@ check-first-frame-is-sid: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request tags: - ivas-linux stage: test needs: ["build-codec-linux-cmake"] script: Loading Loading
.gitlab-ci.yml +4 −6 Original line number Diff line number Diff line Loading @@ -202,14 +202,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - ivas-linux - test-fhg-runner3 .build-job-linux: stage: build timeout: "4 minutes" needs: [] tags: - ivas-linux - test-fhg-runner3 .build-job-windows: stage: build Loading Loading @@ -272,7 +272,7 @@ branch-is-up-to-date-with-main-pre: stage: prevalidate needs: [] tags: - ivas-linux - test-fhg-runner3 script: - *get-commits-behind-count - echo $commits_behind_count Loading @@ -283,7 +283,7 @@ branch-is-up-to-date-with-main-post: - .rules-merge-request stage: postvalidate tags: - ivas-linux - test-fhg-runner3 script: - *get-commits-behind-count - echo $commits_behind_count Loading Loading @@ -973,8 +973,6 @@ check-first-frame-is-sid: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request tags: - ivas-linux stage: test needs: ["build-codec-linux-cmake"] script: Loading