forked from quic/aimet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjenkins_threshold_configs.json
executable file
·57 lines (52 loc) · 1.1 KB
/
jenkins_threshold_configs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"unittests_thresholds" : {
"threshold_mode" : 1,
"failed_thresholds" : {
"new_tests" : "0",
"total_tests" : "0"
},
"skipped_thresholds" : {
"new_tests" : "50",
"total_tests" : "50"
}
},
"pylint_fail_thresholds" : {
"high_priority" : "0",
"normal_priority" : "0",
"low_priority" : "0"
},
"line_cov_targets_thresholds" : {
"mark_as_pass" : "75",
"mark_as_fail" : "0",
"mark_as_unstable" : "0"
},
"acceptance_tests_thresholds" : {
"threshold_mode" : 1,
"failed_thresholds" : {
"new_tests" : "0",
"total_tests" : "0"
},
"skipped_thresholds" : {
"new_tests" : "0",
"total_tests" : "0"
}
},
"bullseye_coverage_thresholds" : {
"comment" : "Theshold numbers are in percentage. Must be integer.",
"healthy" : {
"method" : 70,
"conditional": 80,
"statement" : 80
},
"unhealthy" : {
"method" : 0,
"conditional": 0,
"statement" : 0
},
"failing" : {
"method" : 0,
"conditional": 0,
"statement" : 0
}
}
}