31 lines
866 B
INI
31 lines
866 B
INI
# Schema for this config file: ProjectConfig in:
|
|
# https://luci-config.appspot.com/schemas/projects:luci-analysis.cfg
|
|
|
|
bug_management {
|
|
default_bug_system: MONORAIL
|
|
monorail {
|
|
project: "webrtc"
|
|
default_field_values {
|
|
# Type field.
|
|
field_id: 38
|
|
value: "Bug"
|
|
}
|
|
priority_field_id: 36
|
|
monorail_hostname: "bugs.chromium.org"
|
|
display_prefix: "bugs.webrtc.org"
|
|
}
|
|
}
|
|
|
|
clustering {
|
|
test_name_rules {
|
|
name: "Google Test (Type-parameterized)"
|
|
pattern: "^ninja:(?P<target>[\\w/]+:\\w+)/(\\w+/)?(?P<suite>\\w+)/\\w+\\.(?P<case>\\w+)$"
|
|
like_template: "ninja:${target}/%${suite}/%.${case}"
|
|
}
|
|
test_name_rules {
|
|
name: "Google Test (Value-parameterized)"
|
|
pattern: "^ninja:(?P<target>[\\w/]+:\\w+)/(\\w+/)?(?P<suite>\\w+)\\.(?P<case>\\w+)/[\\w.]+$"
|
|
like_template: "ninja:${target}/%${suite}.${case}%"
|
|
}
|
|
}
|
|
|