Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -202,14 +202,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - test-fhg-runner3 - test-fhg-linux-runner3 .build-job-linux: stage: build timeout: "4 minutes" needs: [] tags: - test-fhg-runner3 - test-fhg-linux-runner3 .build-job-windows: stage: build Loading Loading @@ -272,7 +272,7 @@ branch-is-up-to-date-with-main-pre: stage: prevalidate needs: [] tags: - test-fhg-runner3 - test-fhg-linux-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: - test-fhg-runner3 - test-fhg-linux-runner3 script: - *get-commits-behind-count - echo $commits_behind_count Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -202,14 +202,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - test-fhg-runner3 - test-fhg-linux-runner3 .build-job-linux: stage: build timeout: "4 minutes" needs: [] tags: - test-fhg-runner3 - test-fhg-linux-runner3 .build-job-windows: stage: build Loading Loading @@ -272,7 +272,7 @@ branch-is-up-to-date-with-main-pre: stage: prevalidate needs: [] tags: - test-fhg-runner3 - test-fhg-linux-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: - test-fhg-runner3 - test-fhg-linux-runner3 script: - *get-commits-behind-count - echo $commits_behind_count Loading