From f0ac04864505272b4c2a2ffa590d3d74da61f394 Mon Sep 17 00:00:00 2001 From: Thad House Date: Fri, 5 Oct 2018 10:20:20 -0700 Subject: [PATCH] Remove pmd and checkstyle publishing from azure (#1353) Bug in azure makes out of branch PRs fail --- azure-pipelines.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d01500d349..63c4bae0aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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