Source code

Revision control

Copy as Markdown

Other Tools

# Schema for this config file: ProjectConfig in:
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}%"
}
}