forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathluci-bisection-dev.cfg
70 lines (69 loc) · 1.63 KB
/
luci-bisection-dev.cfg
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Schema is in
# https://luci-config.appspot.com/schemas/projects:luci-bisection.cfg
compile_analysis_config {
build_config: {
builder: {
project: "chromium",
bucket: "findit",
builder: "gofindit-culprit-verification"
}
}
culprit_verification_enabled: false
nthsection_enabled: false
gerrit_config {
actions_enabled: false
create_revert_settings: {
enabled: false
daily_limit: 0
}
submit_revert_settings: {
enabled: false
daily_limit: 0
}
max_revertible_culprit_age: 1
nthsection_settings: {
enabled: false
action_when_verification_error: false
}
}
}
test_analysis_config {
build_config: {
builder: {
project: "chromium",
bucket: "findit",
builder: "test-single-revision"
}
}
detector_enabled: true
bisector_enabled: true
daily_limit: 3
# Deprecating, use failure_ingestion_filter.excluded_buckets instead.
excluded_buckets: "try"
excluded_buckets: "findit"
excluded_buckets: "reviver"
gerrit_config {
actions_enabled: false
create_revert_settings: {
enabled: false
daily_limit: 0
}
submit_revert_settings: {
enabled: false
daily_limit: 0
}
max_revertible_culprit_age: 1
nthsection_settings: {
enabled: false
action_when_verification_error: false
}
}
# Deprecating, use failure_ingestion_filter.excluded_test_pools instead
excluded_test_pools: "chromium.tests.gpu"
failure_ingestion_filter : {
excluded_buckets: "try"
excluded_buckets: "findit"
excluded_buckets: "reviver"
excluded_test_pools: "chromium.tests.gpu"
}
}