Remove pmd and checkstyle publishing from azure (#1353)

Bug in azure makes out of branch PRs fail
This commit is contained in:
Thad House
2018-10-05 10:20:20 -07:00
committed by Peter Johnson
parent 81498e6af9
commit f0ac048645

View File

@@ -29,8 +29,8 @@ jobs:
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
options: '-PonlyAthena'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
# checkStyleRunAnalysis: true
# pmdRunAnalysis: true
- job: Linux
pool:
@@ -48,8 +48,8 @@ jobs:
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
options: '-PskipAthena'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
# checkStyleRunAnalysis: true
# pmdRunAnalysis: true
- job: Styleguide
pool:
@@ -102,8 +102,8 @@ jobs:
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
# checkStyleRunAnalysis: true
# pmdRunAnalysis: true
- job: Windows_32_Bit
pool:
@@ -120,8 +120,8 @@ jobs:
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
# checkStyleRunAnalysis: true
# pmdRunAnalysis: true
- job: Mac
pool:
@@ -138,5 +138,5 @@ jobs:
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'build'
checkStyleRunAnalysis: true
pmdRunAnalysis: true
# checkStyleRunAnalysis: true
# pmdRunAnalysis: true