# Schema for this config file: ProjectConfig in: # https://luci-config.appspot.com/schemas/projects:luci-analysis.cfg # Reference: chromium/chromium/src/+/main:infra/config/luci-analysis.cfg bug_management { default_bug_system: BUGANIZER buganizer { default_component { id: 1363538 # Public Trackers > Chromium Public Trackers > WebRTC } file_without_limit_view_trusted: true } } clustering { # Google Tests. test_name_rules { name: "Google Test (Type or Value Parameterized)" # Clusters type- and value-parameterized versions of the same GoogleTest. # Example test ID: ://content/test\:content_unittests!gtest::MySuite#MyTest/MyValueOrTypeInstantiation.1 pattern: "^:(?P[\\w/]+\\\\:\\w+)!gtest::(?P\\w+)#(?P\\w+)/[\\w.]+$" like_template: ":${target}!gtest::${suite}#${test}%" } test_name_rules { name: "Google Test (Type-parameterized) Legacy" pattern: "^ninja:(?P[\\w/]+:\\w+)/(\\w+/)?(?P\\w+)/\\w+\\.(?P\\w+)$" like_template: "ninja:${target}/%${suite}/%.${case}" } test_name_rules { name: "Google Test (Value-parameterized) Legacy" pattern: "^ninja:(?P[\\w/]+:\\w+)/(\\w+/)?(?P\\w+)\\.(?P\\w+)/[\\w.]+$" like_template: "ninja:${target}/%${suite}.${case}%" } }