]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pr-commits: Allow empty junit results 1676/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 5 Oct 2020 14:35:27 +0000 (10:35 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 5 Oct 2020 14:35:27 +0000 (10:35 -0400)
report.xml wasn't getting written for docs-only changes because the job `exit 0`s.  The junit plugin was failing the build in those instances but we don't need or want it to.

Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-pr-commits/config/definitions/ceph-pr-commits.yml

index c96137bb7fb6949f93189ccde759b56ea31d9608..8ef3f2047689236dda8b53689853981dfbf6f24d 100644 (file)
@@ -78,3 +78,4 @@
     publishers:
       - junit:
           results: report.xml
+          allow-empty-results: true