| # Schema for this config file: ProjectConfig in: |
| # https://luci-config.appspot.com/schemas/projects:luci-analysis.cfg |
| default_bug_system: MONORAIL |
| monorail_hostname: "bugs.chromium.org" |
| display_prefix: "bugs.webrtc.org" |
| 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}" |
| 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}%" |