Nir Soffer has posted comments on this change.
Change subject: automation: Enable xunit report ......................................................................
Patch Set 4:
(1 comment)
https://gerrit.ovirt.org/#/c/46640/4/automation/build-artifacts.sh File automation/build-artifacts.sh:
Line 15: make PYFLAKES=true PEP8=true NOSE_EXCLUDE=.* rpm Line 16: Line 17: find "$BUILDS" \ Line 18: -iname *.rpm \ Line 19: -exec mv {} "$EXPORTED_ARTIFACTS/" ;
you can do whatever you want in the scripts, if you want to have the common
ok. What about the path of the xml - so we have to copy it to specific location so jenkins will display the xml report? Or maybe we should configure the job for this?
If jenkins does not use this report, there is no point to create it. Line 20: find "$PWD" \ Line 21: -maxdepth 1 \ Line 22: -iname vdsm*.tar.gz \