Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rogge <andreas.rogge@bareos.com>2020-11-12 11:36:28 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2020-11-12 20:02:09 +0300
commitf157919dc6e236f84c0bc55922d914a6db585455 (patch)
tree9e401160296bbefb9aa43fad75dbb2ff1183fabd /.quality-gates.yml
parentb2793d2d0b8e0661599e86e32f023432692d5736 (diff)
relax quality gates
Probably due to newer compilers there are more warnings in the current builds. As the quality gate mechanism is new, we adapt the gates for Debian based distributions. The patch also adds the quality gates for the newly introduced build of SLES 12 SP5.
Diffstat (limited to '.quality-gates.yml')
-rw-r--r--.quality-gates.yml26
1 files changed, 18 insertions, 8 deletions
diff --git a/.quality-gates.yml b/.quality-gates.yml
index 7ff252258..4197554ca 100644
--- a/.quality-gates.yml
+++ b/.quality-gates.yml
@@ -17,13 +17,13 @@ default:
xUbuntu_16.04:
ctest_unstable: 0
- warnings_unhealthy: 67
- warnings_healthy: 30
+ warnings_unhealthy: 100
+ warnings_healthy: 50
xUbuntu:
ctest_unstable: 0
- warnings_unhealthy: 40
- warnings_healthy: 20
+ warnings_unhealthy: 60
+ warnings_healthy: 30
openSUSE:
ctest_unstable: 0
@@ -32,13 +32,18 @@ openSUSE:
Univention:
ctest_unstable: 0
- warnings_unhealthy: 40
- warnings_healthy: 20
+ warnings_unhealthy: 50
+ warnings_healthy: 25
Debian:
ctest_unstable: 0
- warnings_unhealthy: 41
- warnings_healthy: 20
+ warnings_unhealthy: 50
+ warnings_healthy: 25
+
+Debian_9.0:
+ ctest_unstable: 0
+ warnings_unhealthy: 70
+ warnings_healthy: 35
SLE:
ctest_unstable: 0
@@ -50,6 +55,11 @@ SLE_12_SP4:
warnings_unhealthy: 64
warnings_healthy: 32
+SLE_12_SP5:
+ ctest_unstable: 0
+ warnings_unhealthy: 64
+ warnings_healthy: 32
+
RHEL_8:
ctest_unstable: 0
warnings_unhealthy: 48