Commit e63e6c78 authored by Jan Kiene's avatar Jan Kiene
Browse files

test other runner

parent 51b8c841
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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
@@ -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
@@ -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
@@ -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