From 6bb3d25a8a3e162724a977e304dbe9345ab94f57 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 31 Mar 2021 17:15:11 +0800 Subject: [PATCH] ceph-pull-requests: specify threshold for a failure Signed-off-by: Kefu Chai --- .../config/definitions/ceph-pull-requests.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.39.5