From 2bf93da8f1dd3b7c1ab72ab09f2d89c3eaf3dcee Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 5 Oct 2020 10:35:27 -0400 Subject: [PATCH] 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 --- ceph-pr-commits/config/definitions/ceph-pr-commits.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5