From: Kefu Chai Date: Wed, 31 Mar 2021 09:15:11 +0000 (+0800) Subject: ceph-pull-requests: specify threshold for a failure X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6bb3d25a8a3e162724a977e304dbe9345ab94f57;p=ceph-build.git ceph-pull-requests: specify threshold for a failure Signed-off-by: Kefu Chai --- diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index 9558f371..6d7287cf 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -92,6 +92,12 @@ !include-raw: - ../../build/kill-tests - xunit: + thresholds: + - failed: + unstable: 0 + unstablenew: 0 + failure: 0 + failurenew: 0 types: - ctest: pattern: "build/Testing/**/Test.xml"