This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch branch-0.x in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 81fe5ad16f351d9c511dd7dede13626031f0d5eb Author: Y Ethan Guo <[email protected]> AuthorDate: Tue Mar 5 22:13:31 2024 -0800 [MINOR] Fix Azure publishing of JUnit results (#10817) --- azure-pipelines-20230430.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/azure-pipelines-20230430.yml b/azure-pipelines-20230430.yml index a511c2aed5a..fef10058c8c 100644 --- a/azure-pipelines-20230430.yml +++ b/azure-pipelines-20230430.yml @@ -132,8 +132,7 @@ stages: mavenPomFile: 'pom.xml' goals: 'clean install' options: $(MVN_OPTS_INSTALL) - publishJUnitResults: true - testResultsFiles: '**/surefire-reports/TEST-*.xml' + publishJUnitResults: false jdkVersionOption: '1.8' - task: Maven@4 displayName: UT common flink client/spark-client @@ -141,8 +140,7 @@ stages: mavenPomFile: 'pom.xml' goals: 'test' options: $(MVN_OPTS_TEST) -Punit-tests -pl $(JOB1_MODULES),hudi-client/hudi-spark-client - publishJUnitResults: true - testResultsFiles: '**/surefire-reports/TEST-*.xml' + publishJUnitResults: false jdkVersionOption: '1.8' mavenOptions: '-Xmx4g' - task: Maven@4 @@ -168,8 +166,7 @@ stages: mavenPomFile: 'pom.xml' goals: 'clean install' options: $(MVN_OPTS_INSTALL) -pl $(JOB2_MODULES) -am - publishJUnitResults: true - testResultsFiles: '**/surefire-reports/TEST-*.xml' + publishJUnitResults: false jdkVersionOption: '1.8' - task: Maven@4 displayName: FT client/spark-client & hudi-spark-datasource/hudi-spark @@ -194,8 +191,7 @@ stages: mavenPomFile: 'pom.xml' goals: 'clean install' options: $(MVN_OPTS_INSTALL) -pl $(JOB3_MODULES) -am - publishJUnitResults: true - testResultsFiles: '**/surefire-reports/TEST-*.xml' + publishJUnitResults: false jdkVersionOption: '1.8' - task: Maven@4 displayName: Java UT spark-datasource @@ -220,8 +216,7 @@ stages: mavenPomFile: 'pom.xml' goals: 'clean install' options: $(MVN_OPTS_INSTALL) -pl $(JOB4_MODULES) -am - publishJUnitResults: true - testResultsFiles: '**/surefire-reports/TEST-*.xml' + publishJUnitResults: false jdkVersionOption: '1.8' - task: Maven@4 displayName: Scala UT spark-datasource
