Commit 34e13b27 authored by norvell's avatar norvell
Browse files

Added .test-job-linux-needs-fixed-target

parent 63d9b9e9
Loading
Loading
Loading
Loading
Loading
+17 −12
Original line number Diff line number Diff line
@@ -501,10 +501,14 @@ stages:
.test-job-linux:
  tags:
    - ivas-linux

.test-job-linux-needs-fixed-target:
  extends: .test-job-linux
  needs:
    - job: branch-is-up-to-date-with-target-pre
    - artifacts: true


.build-job-linux:
  stage: build
  timeout: "2 minutes"
@@ -1410,6 +1414,7 @@ lc3-wrapper-unit-test:
split-rendering-pytest-on-merge-request:
  extends:
    - .test-job-linux-needs-testv-dir
    - .test-job-linux-needs-fixed-target
    - .rules-merge-request-to-main-pc
  needs: ["build-codec-linux-make"]
  timeout: "60 minutes"
@@ -1503,7 +1508,7 @@ split-rendering-pytest-on-merge-request:
check-be-to-target-short-enc-0db:
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1517,7 +1522,7 @@ check-be-to-target-short-enc-0db:
check-be-to-target-short-enc-+10db:
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1531,7 +1536,7 @@ check-be-to-target-short-enc-+10db:
check-be-to-target-short-enc--10db:
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1545,7 +1550,7 @@ check-be-to-target-short-enc--10db:
check-be-to-target-short-dec-0db:
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1559,7 +1564,7 @@ check-be-to-target-short-dec-0db:
check-be-to-target-short-dec-+10db:
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1573,7 +1578,7 @@ check-be-to-target-short-dec-+10db:
check-be-to-target-short-dec--10db:
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1592,7 +1597,7 @@ check-regressions-short-enc-0db:
      artifacts: true
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1609,7 +1614,7 @@ check-regressions-short-enc-+10db:
      artifacts: true
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1626,7 +1631,7 @@ check-regressions-short-enc--10db:
      artifacts: true
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1643,7 +1648,7 @@ check-regressions-short-dec-0db:
      artifacts: true
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1660,7 +1665,7 @@ check-regressions-short-dec-+10db:
      artifacts: true
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0
@@ -1677,7 +1682,7 @@ check-regressions-short-dec--10db:
      artifacts: true
  extends:
    - .rules-mr-to-main-or-main-pc
    - .test-job-linux
    - .test-job-linux-needs-fixed-target
  before_script:
    - *set-reference-for-basop-port-branch
    - USE_LTV=0