mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-12 17:24:55 +00:00
Test mono 6.10, drop mono 6.6
This commit is contained in:
parent
12cf1299f1
commit
50c258cc5e
1 changed files with 20 additions and 26 deletions
|
@ -344,21 +344,18 @@ stages:
|
||||||
displayName: Unit Docker
|
displayName: Unit Docker
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
mono518:
|
mono508:
|
||||||
testName: 'Mono 5.18'
|
testName: 'Mono 5.8'
|
||||||
containerImage: servarr/testimages:mono-5.18
|
containerImage: lidarr/testimages:mono-5.8
|
||||||
mono520:
|
mono520:
|
||||||
testName: 'Mono 5.20'
|
testName: 'Mono 5.20'
|
||||||
containerImage: servarr/testimages:mono-5.20
|
containerImage: lidarr/testimages:mono-5.20
|
||||||
mono600:
|
mono608:
|
||||||
testName: 'Mono 6.0'
|
testName: 'Mono 6.8'
|
||||||
containerImage: servarr/testimages:mono-6.10
|
containerImage: lidarr/testimages:mono-6.8
|
||||||
mono604:
|
mono610:
|
||||||
testName: 'Mono 6.4'
|
testName: 'Mono 6.10'
|
||||||
containerImage: lidarr/testimages:mono-6.4
|
containerImage: lidarr/testimages:mono-6.10
|
||||||
mono606:
|
|
||||||
testName: 'Mono 6.6'
|
|
||||||
containerImage: lidarr/testimages:mono-6.6
|
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
|
@ -477,21 +474,18 @@ stages:
|
||||||
displayName: Integration Docker
|
displayName: Integration Docker
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
mono518:
|
mono508:
|
||||||
testName: 'Mono 5.18'
|
testName: 'Mono 5.8'
|
||||||
containerImage: servarr/testimages:mono-5.18
|
containerImage: lidarr/testimages:mono-5.8
|
||||||
mono520:
|
mono520:
|
||||||
testName: 'Mono 5.20'
|
testName: 'Mono 5.20'
|
||||||
containerImage: servarr/testimages:mono-5.20
|
containerImage: lidarr/testimages:mono-5.20
|
||||||
mono600:
|
mono608:
|
||||||
testName: 'Mono 6.0'
|
testName: 'Mono 6.8'
|
||||||
containerImage: servarr/testimages:mono-6.10
|
containerImage: lidarr/testimages:mono-6.8
|
||||||
mono604:
|
mono610:
|
||||||
testName: 'Mono 6.4'
|
testName: 'Mono 6.10'
|
||||||
containerImage: lidarr/testimages:mono-6.4
|
containerImage: lidarr/testimages:mono-6.10
|
||||||
mono606:
|
|
||||||
testName: 'Mono 6.6'
|
|
||||||
containerImage: lidarr/testimages:mono-6.6
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
pattern: 'Lidarr.**.linux.tar.gz'
|
pattern: 'Lidarr.**.linux.tar.gz'
|
||||||
|
|
Loading…
Reference in a new issue