David Knupp has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11128 )
Change subject: IMPALA-7399: Add script in lib/python to generate junit XML. ...................................................................... IMPALA-7399: Add script in lib/python to generate junit XML. This patch adds a script to generate junit XML reports for arbitrary build steps. It's also being used to seed the creation of an internal python library for Impala development that can be pip installed into a development environment. Change-Id: If6024d74075ea69b8ee20d1fc3cc9c1ff821ba5b Reviewed-on: http://gerrit.cloudera.org:8080/11128 Reviewed-by: David Knupp <[email protected]> Tested-by: David Knupp <[email protected]> --- M bin/rat_exclude_files.txt A lib/python/impala_py_lib/__init__.py A lib/python/impala_py_lib/jenkins/__init__.py A lib/python/impala_py_lib/jenkins/generate_junitxml.py A lib/python/requirements.txt A lib/python/setup.py 6 files changed, 252 insertions(+), 0 deletions(-) Approvals: David Knupp: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11128 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If6024d74075ea69b8ee20d1fc3cc9c1ff821ba5b Gerrit-Change-Number: 11128 Gerrit-PatchSet: 11 Gerrit-Owner: David Knupp <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]>
