summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/infra/config/luci-analysis.cfg
blob: 6150da33f73b615a342ef89d8d0cdb19bc3b46f0 (plain)
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
# 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}%"
  }
}