linliu-code commented on code in PR #10818:
URL: https://github.com/apache/hudi/pull/10818#discussion_r1514994168
##########
azure-pipelines-20230430.yml:
##########
@@ -255,8 +255,23 @@ stages:
repository: 'apachehudi/hudi-ci-bundle-validation-base'
command: 'run'
arguments: >
+ -v $(Build.SourcesDirectory):/hudi
-i
docker.io/apachehudi/hudi-ci-bundle-validation-base:$(Build.BuildId)
- /bin/bash -c "mvn clean install $(MVN_OPTS_INSTALL)
-Phudi-platform-service -Pthrift-gen-source
+ /bin/bash -c "pwd
+ && rm -rf /hudi/scripts/ci/results
+ && mvn clean install $(MVN_OPTS_INSTALL)
-Phudi-platform-service -Pthrift-gen-source
&& mvn test $(MVN_OPTS_TEST) -Punit-tests -pl
$(JOB5_UT_MODULES)
- && mvn test $(MVN_OPTS_TEST) -Pfunctional-tests -pl
$(JOB5_UT_MODULES)
- && grep \"testcase\" */target/surefire-reports/*.xml
*/*/target/surefire-reports/*.xml | awk -F'\"' ' { print $6,$4,$2 } ' | sort
-nr | head -n 100"
+ && mvn test $(MVN_OPTS_TEST) -Pfunctional-tests -pl
$(JOB5_FT_MODULES)
+ && ./scripts/ci/move_surefire_reports.sh /hudi
/hudi/scripts/ci/results
Review Comment:
Curious: since we use `-v` to map the source to /hudi, do we still need to
copy the test result?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]