blob: 9c9f153e00d7f23c712ea427e5da822a618a777d [file] [log] [blame]
# Schema for this config file: ProjectConfig in:
# https://luci-config.appspot.com/schemas/projects:chops-weetbix.cfg
bug_filing_threshold {
presubmit_runs_failed {
# clusters blocking developers should have bugs filed.
one_day: 3
}
test_runs_failed {
# clusters that aren't blocking developers but are failing a significant
# amount of tasks should have bugs filed to look into optimizing machine
# resource usage.
one_day: 500
}
}
clustering {
test_name_rules {
name: "Tast Tests"
pattern: "^tast\\.(?P<suite>([^.]+))\\.(?P<testname>([^.]+))\\..*$"
like_template: "tast.${suite}.${testname}.%"
}
}
monorail {
project: "chromium"
default_field_values {
# Type field.
field_id: 10
value: "Bug"
}
priority_field_id: 11
priorities {
priority: "0"
threshold {
presubmit_runs_failed {
one_day: 20
}
}
}
priorities {
priority: "1"
threshold {
presubmit_runs_failed {
one_day: 10
}
}
}
priorities {
priority: "2"
threshold {
presubmit_runs_failed {
one_day: 2
}
}
}
priorities {
priority: "3"
threshold {
# Clusters which fail to meet this threshold will be closed.
test_runs_failed {
one_day: 2
}
presubmit_runs_failed {
one_day: 1
seven_day: 1
}
}
}
priority_hysteresis_percent: 50
monorail_hostname: "bugs.chromium.org"
display_prefix: "crbug.com"
}