Commit 2ee156ae authored by Fabian Müller's avatar Fabian Müller
Browse files

Use .job-linux template where applicable

parent 74efe169
Loading
Loading
Loading
Loading
+13 −16
Original line number Diff line number Diff line
@@ -220,29 +220,26 @@ branch-is-up-to-date-with-main-pre:
check-self-test-names-pre:
  extends:
    - .rules-merge-request-to-main
    - .job-linux
  stage: prevalidate
  needs: []
  tags:
    - ivas-linux
  script:
    - python3 ci/check_self_test_names.py scripts/config/self_test.prm 135

check-no-duplicates-in-self-tests:
  extends:
    - .rules-merge-request-to-main
    - .job-linux
  stage: prevalidate
  needs: []
  tags:
    - ivas-linux
  script:
    - python3 ci/find_duplicates_in_prm_files.py

branch-is-up-to-date-with-main-post:
  extends:
    - .rules-merge-request-to-main
    - .job-linux
  stage: postvalidate
  tags:
    - ivas-linux
  script:
    - |
      commits_behind_count="$(bash "${CI_PROJECT_DIR}"/snippets/get-commits-behind-count.sh)"
@@ -1350,8 +1347,8 @@ ivas-conformance:
      junit: report-junit.xml

ivas-conformance-linux:
  tags:
    - ivas-linux
  extends:
    - .job-linux
  stage: test
  timeout: "90 minutes"
  rules:
@@ -1457,8 +1454,8 @@ ivas-conformance-linux:


test-long-self-test:
  tags:
    - ivas-linux-fast
  extends:
    - .job-linux
  stage: compare
  resource_group: ivas-long-self-test-resource
  timeout: "50 minutes"
@@ -1527,8 +1524,8 @@ test-long-self-test:
        - report-junit-ltv.xml

check-clipping:
  tags:
    - ivas-linux
  extends:
    - .job-linux
  stage: test
  timeout: "30 minutes"
  rules:
@@ -1557,8 +1554,8 @@ check-clipping:
        - report-junit.xml

test-branch-vs-input-passthrough:
  tags:
    - ivas-linux
  extends:
    - .job-linux
  stage: compare
  timeout: "30 minutes" # TBD
  rules:
@@ -2612,8 +2609,8 @@ complexity-osba-in-binaural_room_ir-out:
# job that sets up gitlab pages website
pages:
  stage: deploy
  tags:
    - ivas-linux
  extends:
    - .job-linux
  rules:
    - if: $UPDATE_PAGES
  script: