mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 22:06:23 +02:00
Ignore alpine integration failure
This commit is contained in:
parent
1ace52784b
commit
536c0c19dc
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue