webrtc_m130/infra/config/chops-weetbix-dev.cfg
Christoffer Jansson 742714870a Reland CL 262942 with dev specific dataset.
GCP permissions have also been updated to allow
bigquery dataset and table read+create etc.

Bug: b/227310186
Change-Id: I2e0404877b608c1b3dd9bb3d97fa99f712832a1d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/263160
Commit-Queue: Christoffer Jansson <jansson@webrtc.org>
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#36967}
2022-05-23 09:11:38 +00:00

124 lines
2.6 KiB
INI

# 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: "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}%"
}
}
monorail {
project: "webrtc"
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: "monorail-staging.appspot.com"
display_prefix: "bugs.webrtc.org"
}
realms {
name: "ci"
test_variant_analysis {
update_test_variant_task {
update_test_variant_task_interval {
seconds: 3600 # 1 hour
}
test_variant_status_update_duration {
seconds: 86400 # 24 hours
}
}
bq_exports {
table {
cloud_project: "webrtc-ci"
dataset: "weetbix_dev"
table: "ci_flaky_test_variants"
}
predicate {
status: FLAKY
}
}
}
}
realms {
name: "try"
test_variant_analysis {
update_test_variant_task {
update_test_variant_task_interval {
seconds: 3600 # 1 hour
}
test_variant_status_update_duration {
seconds: 86400 # 24 hours
}
}
bq_exports {
table {
cloud_project: "webrtc-ci"
dataset: "weetbix_dev"
table: "try_flaky_test_variants"
}
predicate {
status: FLAKY
}
}
}
}