mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 18:54:54 +01: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
|
||||
containerImage: servarr/testimages:mono-5.20
|
||||
pattern: 'Readarr.**.linux.tar.gz'
|
||||
failTask: true
|
||||
mono610:
|
||||
testName: 'Mono 6.10'
|
||||
artifactName: LinuxTests
|
||||
containerImage: servarr/testimages:mono-6.10
|
||||
pattern: 'Readarr.**.linux.tar.gz'
|
||||
failTask: true
|
||||
mono612:
|
||||
testName: 'Mono 6.12'
|
||||
artifactName: LinuxTests
|
||||
containerImage: servarr/testimages:mono-6.12
|
||||
pattern: 'Readarr.**.linux.tar.gz'
|
||||
failTask: true
|
||||
alpine:
|
||||
testName: 'Musl Net Core'
|
||||
artifactName: LinuxCoreTests
|
||||
containerImage: servarr/testimages:alpine
|
||||
pattern: 'Readarr.**.linux-musl-core-x64.tar.gz'
|
||||
failTask: false
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-18.04'
|
||||
|
|
@ -564,7 +568,7 @@ stages:
|
|||
testResultsFormat: 'NUnit'
|
||||
testResultsFiles: '**/TestResult.xml'
|
||||
testRunTitle: '$(testName) Integration Tests'
|
||||
failTaskOnFailedTests: true
|
||||
failTaskOnFailedTests: $(failTask)
|
||||
displayName: Publish Test Results
|
||||
|
||||
- stage: Automation
|
||||
|
|
|
|||
Loading…
Reference in a new issue