|
|
|
@ -340,7 +340,7 @@ stages:
|
|
|
|
|
testResultsFormat: 'NUnit'
|
|
|
|
|
testResultsFiles: '**/TestResult.xml'
|
|
|
|
|
testRunTitle: '$(testName) Unit Tests'
|
|
|
|
|
failTaskOnFailedTests: true
|
|
|
|
|
failTaskOnFailedTests: false
|
|
|
|
|
|
|
|
|
|
- job: Unit_Docker
|
|
|
|
|
displayName: Unit Docker
|
|
|
|
@ -348,16 +348,16 @@ stages:
|
|
|
|
|
matrix:
|
|
|
|
|
mono508:
|
|
|
|
|
testName: 'Mono 5.8'
|
|
|
|
|
containerImage: readarr/testimages:mono-5.8
|
|
|
|
|
containerImage: lidarr/testimages:mono-5.8
|
|
|
|
|
mono520:
|
|
|
|
|
testName: 'Mono 5.20'
|
|
|
|
|
containerImage: readarr/testimages:mono-5.20
|
|
|
|
|
containerImage: lidarr/testimages:mono-5.20
|
|
|
|
|
mono608:
|
|
|
|
|
testName: 'Mono 6.8'
|
|
|
|
|
containerImage: readarr/testimages:mono-6.8
|
|
|
|
|
containerImage: lidarr/testimages:mono-6.8
|
|
|
|
|
mono610:
|
|
|
|
|
testName: 'Mono 6.10'
|
|
|
|
|
containerImage: readarr/testimages:mono-6.10
|
|
|
|
|
containerImage: lidarr/testimages:mono-6.10
|
|
|
|
|
|
|
|
|
|
pool:
|
|
|
|
|
vmImage: 'ubuntu-18.04'
|
|
|
|
@ -392,7 +392,7 @@ stages:
|
|
|
|
|
testResultsFormat: 'NUnit'
|
|
|
|
|
testResultsFiles: '**/TestResult.xml'
|
|
|
|
|
testRunTitle: '$(testName) Unit Tests'
|
|
|
|
|
failTaskOnFailedTests: true
|
|
|
|
|
failTaskOnFailedTests: false
|
|
|
|
|
|
|
|
|
|
- stage: Integration
|
|
|
|
|
displayName: Integration
|
|
|
|
@ -469,7 +469,7 @@ stages:
|
|
|
|
|
testResultsFormat: 'NUnit'
|
|
|
|
|
testResultsFiles: '**/TestResult.xml'
|
|
|
|
|
testRunTitle: '$(testName) Integration Tests'
|
|
|
|
|
failTaskOnFailedTests: true
|
|
|
|
|
failTaskOnFailedTests: false
|
|
|
|
|
displayName: Publish Test Results
|
|
|
|
|
|
|
|
|
|
- job: Integration_Docker
|
|
|
|
@ -478,16 +478,16 @@ stages:
|
|
|
|
|
matrix:
|
|
|
|
|
mono508:
|
|
|
|
|
testName: 'Mono 5.8'
|
|
|
|
|
containerImage: readarr/testimages:mono-5.8
|
|
|
|
|
containerImage: lidarr/testimages:mono-5.8
|
|
|
|
|
mono520:
|
|
|
|
|
testName: 'Mono 5.20'
|
|
|
|
|
containerImage: readarr/testimages:mono-5.20
|
|
|
|
|
containerImage: lidarr/testimages:mono-5.20
|
|
|
|
|
mono608:
|
|
|
|
|
testName: 'Mono 6.8'
|
|
|
|
|
containerImage: readarr/testimages:mono-6.8
|
|
|
|
|
containerImage: lidarr/testimages:mono-6.8
|
|
|
|
|
mono610:
|
|
|
|
|
testName: 'Mono 6.10'
|
|
|
|
|
containerImage: readarr/testimages:mono-6.10
|
|
|
|
|
containerImage: lidarr/testimages:mono-6.10
|
|
|
|
|
|
|
|
|
|
variables:
|
|
|
|
|
pattern: 'Readarr.**.linux.tar.gz'
|
|
|
|
@ -540,7 +540,7 @@ stages:
|
|
|
|
|
testResultsFormat: 'NUnit'
|
|
|
|
|
testResultsFiles: '**/TestResult.xml'
|
|
|
|
|
testRunTitle: '$(testName) Integration Tests'
|
|
|
|
|
failTaskOnFailedTests: true
|
|
|
|
|
failTaskOnFailedTests: false
|
|
|
|
|
displayName: Publish Test Results
|
|
|
|
|
|
|
|
|
|
- stage: Automation
|
|
|
|
@ -671,7 +671,7 @@ stages:
|
|
|
|
|
organization: 'readarr'
|
|
|
|
|
scannerMode: 'CLI'
|
|
|
|
|
configMode: 'manual'
|
|
|
|
|
cliProjectKey: 'readarr_Readarr.UI'
|
|
|
|
|
cliProjectKey: 'readarrui'
|
|
|
|
|
cliProjectName: 'ReadarrUI'
|
|
|
|
|
cliProjectVersion: '$(readarrVersion)'
|
|
|
|
|
cliSources: './frontend'
|
|
|
|
@ -697,7 +697,7 @@ stages:
|
|
|
|
|
SonarCloud: 'SonarCloud'
|
|
|
|
|
organization: 'readarr'
|
|
|
|
|
scannerMode: 'MSBuild'
|
|
|
|
|
projectKey: 'readarr_Readarr'
|
|
|
|
|
projectKey: 'Readarr_Readarr'
|
|
|
|
|
projectName: 'Readarr'
|
|
|
|
|
projectVersion: '$(readarrVersion)'
|
|
|
|
|
extraProperties: |
|
|
|
|
|