Loading .gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -223,21 +223,21 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - ivas-linux - test-fhg-linux-runner1 .build-job-linux: stage: build timeout: "4 minutes" needs: [] tags: - ivas-linux - test-fhg-linux-runner1 .build-job-windows: stage: build needs: [] timeout: "4 minutes" tags: - ivas-windows - test-fhg-linux-runner1 # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: Loading Loading @@ -266,7 +266,7 @@ uninterruptible: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH when: always tags: - ivas-linux - test-fhg-linux-runner1 # --------------------------------------------------------------- # Validation jobs Loading @@ -278,7 +278,7 @@ branch-is-up-to-date-with-main-pre: stage: prevalidate needs: [] tags: - ivas-linux - test-fhg-linux-runner1 script: - *get-commits-behind-count - echo $commits_behind_count Loading @@ -289,7 +289,7 @@ branch-is-up-to-date-with-main-post: - .rules-merge-request stage: postvalidate tags: - ivas-linux - test-fhg-linux-runner1 script: - *get-commits-behind-count - echo $commits_behind_count Loading Loading @@ -409,7 +409,7 @@ codec-smoke-test: - .rules-merge-request timeout: "17 minutes" tags: - ivas-linux-fast - test-fhg-linux-runner1 stage: test needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"] script: Loading Loading @@ -969,7 +969,7 @@ check-first-frame-is-sid: - .test-job-linux-needs-testv-dir - .rules-merge-request tags: - ivas-linux - test-fhg-linux-runner1 stage: test needs: ["build-codec-linux-cmake"] script: Loading Loading
.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -223,21 +223,21 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - ivas-linux - test-fhg-linux-runner1 .build-job-linux: stage: build timeout: "4 minutes" needs: [] tags: - ivas-linux - test-fhg-linux-runner1 .build-job-windows: stage: build needs: [] timeout: "4 minutes" tags: - ivas-windows - test-fhg-linux-runner1 # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: Loading Loading @@ -266,7 +266,7 @@ uninterruptible: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH when: always tags: - ivas-linux - test-fhg-linux-runner1 # --------------------------------------------------------------- # Validation jobs Loading @@ -278,7 +278,7 @@ branch-is-up-to-date-with-main-pre: stage: prevalidate needs: [] tags: - ivas-linux - test-fhg-linux-runner1 script: - *get-commits-behind-count - echo $commits_behind_count Loading @@ -289,7 +289,7 @@ branch-is-up-to-date-with-main-post: - .rules-merge-request stage: postvalidate tags: - ivas-linux - test-fhg-linux-runner1 script: - *get-commits-behind-count - echo $commits_behind_count Loading Loading @@ -409,7 +409,7 @@ codec-smoke-test: - .rules-merge-request timeout: "17 minutes" tags: - ivas-linux-fast - test-fhg-linux-runner1 stage: test needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"] script: Loading Loading @@ -969,7 +969,7 @@ check-first-frame-is-sid: - .test-job-linux-needs-testv-dir - .rules-merge-request tags: - ivas-linux - test-fhg-linux-runner1 stage: test needs: ["build-codec-linux-cmake"] script: Loading