|
|
@ -504,21 +504,25 @@ stages:
|
|
|
|
artifactName: LinuxTests
|
|
|
|
artifactName: LinuxTests
|
|
|
|
containerImage: servarr/testimages:mono-5.20
|
|
|
|
containerImage: servarr/testimages:mono-5.20
|
|
|
|
pattern: 'Readarr.**.linux.tar.gz'
|
|
|
|
pattern: 'Readarr.**.linux.tar.gz'
|
|
|
|
|
|
|
|
failTask: true
|
|
|
|
mono610:
|
|
|
|
mono610:
|
|
|
|
testName: 'Mono 6.10'
|
|
|
|
testName: 'Mono 6.10'
|
|
|
|
artifactName: LinuxTests
|
|
|
|
artifactName: LinuxTests
|
|
|
|
containerImage: servarr/testimages:mono-6.10
|
|
|
|
containerImage: servarr/testimages:mono-6.10
|
|
|
|
pattern: 'Readarr.**.linux.tar.gz'
|
|
|
|
pattern: 'Readarr.**.linux.tar.gz'
|
|
|
|
|
|
|
|
failTask: true
|
|
|
|
mono612:
|
|
|
|
mono612:
|
|
|
|
testName: 'Mono 6.12'
|
|
|
|
testName: 'Mono 6.12'
|
|
|
|
artifactName: LinuxTests
|
|
|
|
artifactName: LinuxTests
|
|
|
|
containerImage: servarr/testimages:mono-6.12
|
|
|
|
containerImage: servarr/testimages:mono-6.12
|
|
|
|
pattern: 'Readarr.**.linux.tar.gz'
|
|
|
|
pattern: 'Readarr.**.linux.tar.gz'
|
|
|
|
|
|
|
|
failTask: true
|
|
|
|
alpine:
|
|
|
|
alpine:
|
|
|
|
testName: 'Musl Net Core'
|
|
|
|
testName: 'Musl Net Core'
|
|
|
|
artifactName: LinuxCoreTests
|
|
|
|
artifactName: LinuxCoreTests
|
|
|
|
containerImage: servarr/testimages:alpine
|
|
|
|
containerImage: servarr/testimages:alpine
|
|
|
|
pattern: 'Readarr.**.linux-musl-core-x64.tar.gz'
|
|
|
|
pattern: 'Readarr.**.linux-musl-core-x64.tar.gz'
|
|
|
|
|
|
|
|
failTask: false
|
|
|
|
|
|
|
|
|
|
|
|
pool:
|
|
|
|
pool:
|
|
|
|
vmImage: 'ubuntu-18.04'
|
|
|
|
vmImage: 'ubuntu-18.04'
|
|
|
@ -564,7 +568,7 @@ stages:
|
|
|
|
testResultsFormat: 'NUnit'
|
|
|
|
testResultsFormat: 'NUnit'
|
|
|
|
testResultsFiles: '**/TestResult.xml'
|
|
|
|
testResultsFiles: '**/TestResult.xml'
|
|
|
|
testRunTitle: '$(testName) Integration Tests'
|
|
|
|
testRunTitle: '$(testName) Integration Tests'
|
|
|
|
failTaskOnFailedTests: true
|
|
|
|
failTaskOnFailedTests: $(failTask)
|
|
|
|
displayName: Publish Test Results
|
|
|
|
displayName: Publish Test Results
|
|
|
|
|
|
|
|
|
|
|
|
- stage: Automation
|
|
|
|
- stage: Automation
|
|
|
|