From: David Galloway Date: Mon, 5 Oct 2020 14:35:27 +0000 (-0400) Subject: ceph-pr-commits: Allow empty junit results X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2bf93da8f1dd3b7c1ab72ab09f2d89c3eaf3dcee;p=ceph-build.git ceph-pr-commits: Allow empty junit results 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 --- diff --git a/ceph-pr-commits/config/definitions/ceph-pr-commits.yml b/ceph-pr-commits/config/definitions/ceph-pr-commits.yml index c96137bb..8ef3f204 100644 --- a/ceph-pr-commits/config/definitions/ceph-pr-commits.yml +++ b/ceph-pr-commits/config/definitions/ceph-pr-commits.yml @@ -78,3 +78,4 @@ publishers: - junit: results: report.xml + allow-empty-results: true