Publish tests to azure ci (#1334)

Makes reviews easier.
This commit is contained in:
Thad House
2018-09-24 16:36:50 -07:00
committed by Peter Johnson
parent e15fabd2e1
commit 15c5a820bf

View File

@@ -31,6 +31,8 @@ jobs:
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
options: '-PonlyAthena'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
- job: Linux
pool:
@@ -45,10 +47,12 @@ jobs:
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
options: '-PskipAthena'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
- job: Styleguide
pool:
@@ -101,9 +105,11 @@ jobs:
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
- job: Windows_32_Bit
pool:
@@ -117,9 +123,11 @@ jobs:
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x86'
publishJUnitResults: false
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
- job: Mac
pool:
@@ -133,6 +141,8 @@ jobs:
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
checkStyleRunAnalysis: true
pmdRunAnalysis: true