mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
Slim down mono test suite
Run oldest supported (5.10), current recommended (5.20), latest stable (6.6) and preview (6.8)
This commit is contained in:
parent
089c9657f9
commit
415006badc
1 changed files with 7 additions and 19 deletions
|
@ -342,21 +342,15 @@ stages:
|
||||||
mono510:
|
mono510:
|
||||||
testName: 'Mono 5.10'
|
testName: 'Mono 5.10'
|
||||||
containerImage: radarr/testimages:mono-5.10
|
containerImage: radarr/testimages:mono-5.10
|
||||||
mono518:
|
|
||||||
testName: 'Mono 5.18'
|
|
||||||
containerImage: radarr/testimages:mono-5.18
|
|
||||||
mono520:
|
mono520:
|
||||||
testName: 'Mono 5.20'
|
testName: 'Mono 5.20'
|
||||||
containerImage: radarr/testimages:mono-5.20
|
containerImage: radarr/testimages:mono-5.20
|
||||||
mono600:
|
|
||||||
testName: 'Mono 6.0'
|
|
||||||
containerImage: radarr/testimages:mono-6.0
|
|
||||||
mono604:
|
|
||||||
testName: 'Mono 6.4'
|
|
||||||
containerImage: radarr/testimages:mono-6.4
|
|
||||||
mono606:
|
mono606:
|
||||||
testName: 'Mono 6.6'
|
testName: 'Mono 6.6'
|
||||||
containerImage: radarr/testimages:mono-6.6
|
containerImage: radarr/testimages:mono-6.6
|
||||||
|
mono608:
|
||||||
|
testName: 'Mono 6.8'
|
||||||
|
containerImage: radarr/testimages:mono-6.8
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
|
@ -478,21 +472,15 @@ stages:
|
||||||
mono510:
|
mono510:
|
||||||
testName: 'Mono 5.10'
|
testName: 'Mono 5.10'
|
||||||
containerImage: radarr/testimages:mono-5.10
|
containerImage: radarr/testimages:mono-5.10
|
||||||
mono518:
|
|
||||||
testName: 'Mono 5.18'
|
|
||||||
containerImage: radarr/testimages:mono-5.18
|
|
||||||
mono520:
|
mono520:
|
||||||
testName: 'Mono 5.20'
|
testName: 'Mono 5.20'
|
||||||
containerImage: radarr/testimages:mono-5.20
|
containerImage: radarr/testimages:mono-5.20
|
||||||
mono600:
|
|
||||||
testName: 'Mono 6.0'
|
|
||||||
containerImage: radarr/testimages:mono-6.0
|
|
||||||
mono604:
|
|
||||||
testName: 'Mono 6.4'
|
|
||||||
containerImage: radarr/testimages:mono-6.4
|
|
||||||
mono606:
|
mono606:
|
||||||
testName: 'Mono 6.6'
|
testName: 'Mono 6.6'
|
||||||
containerImage: radarr/testimages:mono-6.6
|
containerImage: radarr/testimages:mono-6.6
|
||||||
|
mono608:
|
||||||
|
testName: 'Mono 6.8'
|
||||||
|
containerImage: radarr/testimages:mono-6.8
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
pattern: 'Radarr.**.linux.tar.gz'
|
pattern: 'Radarr.**.linux.tar.gz'
|
||||||
|
@ -732,4 +720,4 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
codeCoverageTool: 'cobertura'
|
codeCoverageTool: 'cobertura'
|
||||||
summaryFileLocation: './CoverageResults/combined/Cobertura.xml'
|
summaryFileLocation: './CoverageResults/combined/Cobertura.xml'
|
||||||
reportDirectory: './CoverageResults/combined/'
|
reportDirectory: './CoverageResults/combined/'
|
||||||
|
|
Loading…
Reference in a new issue