Loading .gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -223,14 +223,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - test-fhg-linux-runner1 - test-fhg-linux-runner2 .build-job-linux: stage: build timeout: "4 minutes" needs: [] tags: - test-fhg-linux-runner1 - test-fhg-linux-runner2 .build-job-windows: stage: build Loading Loading @@ -272,7 +272,7 @@ uninterruptible: # Validation jobs # --------------------------------------------------------------- branch-is-up-to-date-with-main-pre: .branch-is-up-to-date-with-main-pre: extends: - .rules-merge-request stage: prevalidate Loading @@ -284,7 +284,7 @@ branch-is-up-to-date-with-main-pre: - echo $commits_behind_count - if [ $commits_behind_count -eq 0 ]; then exit 0; else echo "Your branch is behind main, run 'git merge origin/main' to update."; exit 1; fi; branch-is-up-to-date-with-main-post: .branch-is-up-to-date-with-main-post: extends: - .rules-merge-request stage: postvalidate Loading Loading @@ -919,7 +919,7 @@ build-codec-instrumented-linux: - *print-common-info - bash ci/ivas_voip_be_test.sh clang-format-check: .clang-format-check: extends: - .test-job-linux - .rules-merge-request Loading Loading
.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -223,14 +223,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - test-fhg-linux-runner1 - test-fhg-linux-runner2 .build-job-linux: stage: build timeout: "4 minutes" needs: [] tags: - test-fhg-linux-runner1 - test-fhg-linux-runner2 .build-job-windows: stage: build Loading Loading @@ -272,7 +272,7 @@ uninterruptible: # Validation jobs # --------------------------------------------------------------- branch-is-up-to-date-with-main-pre: .branch-is-up-to-date-with-main-pre: extends: - .rules-merge-request stage: prevalidate Loading @@ -284,7 +284,7 @@ branch-is-up-to-date-with-main-pre: - echo $commits_behind_count - if [ $commits_behind_count -eq 0 ]; then exit 0; else echo "Your branch is behind main, run 'git merge origin/main' to update."; exit 1; fi; branch-is-up-to-date-with-main-post: .branch-is-up-to-date-with-main-post: extends: - .rules-merge-request stage: postvalidate Loading Loading @@ -919,7 +919,7 @@ build-codec-instrumented-linux: - *print-common-info - bash ci/ivas_voip_be_test.sh clang-format-check: .clang-format-check: extends: - .test-job-linux - .rules-merge-request Loading