mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1871981 - Vendor libwebrtc from 10492ac8ba
Upstream commit: https://webrtc.googlesource.com/src/+/10492ac8ba97a32ebe4968b536786385d07d8ee1 Remove deprecated fields for luci-analysis Bug: None Change-Id: Ib215c1221900c72004970485d06451409ec2e707 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/324802 Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41002}
This commit is contained in:
parent
861007ddaf
commit
6675c65842
3
third_party/libwebrtc/README.moz-ff-commit
vendored
3
third_party/libwebrtc/README.moz-ff-commit
vendored
@ -26727,3 +26727,6 @@ b6ef1a736e
|
||||
# MOZ_LIBWEBRTC_SRC=/home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
|
||||
# base of lastest vendoring
|
||||
74adcfc527
|
||||
# MOZ_LIBWEBRTC_SRC=/home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
|
||||
# base of lastest vendoring
|
||||
10492ac8ba
|
||||
|
2
third_party/libwebrtc/README.mozilla
vendored
2
third_party/libwebrtc/README.mozilla
vendored
@ -17842,3 +17842,5 @@ libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc
|
||||
libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-01-03T18:01:57.035153.
|
||||
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
|
||||
libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-01-03T18:03:33.837094.
|
||||
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
|
||||
libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-01-03T18:04:32.650918.
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Do not modify manually.
|
||||
#
|
||||
# For the schema of this file, see Config message:
|
||||
# https://luci-config.appspot.com/schemas/projects:commit-queue.cfg
|
||||
# https://config.luci.app/schemas/projects:commit-queue.cfg
|
||||
|
||||
cq_status_host: "chromium-cq-status.appspot.com"
|
||||
submit_options {
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Do not modify manually.
|
||||
#
|
||||
# For the schema of this file, see BuildbucketCfg message:
|
||||
# https://luci-config.appspot.com/schemas/projects:buildbucket.cfg
|
||||
# https://config.luci.app/schemas/projects:buildbucket.cfg
|
||||
|
||||
buckets {
|
||||
name: "ci"
|
||||
|
129
third_party/libwebrtc/infra/config/luci-analysis.cfg
vendored
129
third_party/libwebrtc/infra/config/luci-analysis.cfg
vendored
@ -1,20 +1,18 @@
|
||||
# Schema for this config file: ProjectConfig in:
|
||||
# https://luci-config.appspot.com/schemas/projects:luci-analysis.cfg
|
||||
|
||||
bug_filing_thresholds {
|
||||
metric_id: "human-cls-failed-presubmit"
|
||||
threshold {
|
||||
# clusters blocking developers should have bugs filed.
|
||||
one_day: 3
|
||||
}
|
||||
}
|
||||
bug_filing_thresholds {
|
||||
metric_id: "test-runs-failed"
|
||||
threshold {
|
||||
# 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
|
||||
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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,107 +28,4 @@ clustering {
|
||||
like_template: "ninja:${target}/%${suite}.${case}%"
|
||||
}
|
||||
}
|
||||
monorail {
|
||||
project: "webrtc"
|
||||
default_field_values {
|
||||
# Type field.
|
||||
field_id: 38
|
||||
value: "Bug"
|
||||
}
|
||||
priority_field_id: 36
|
||||
priorities {
|
||||
priority: "0"
|
||||
thresholds {
|
||||
metric_id: "human-cls-failed-presubmit"
|
||||
threshold {
|
||||
one_day: 20
|
||||
}
|
||||
}
|
||||
}
|
||||
priorities {
|
||||
priority: "1"
|
||||
thresholds {
|
||||
metric_id: "human-cls-failed-presubmit"
|
||||
threshold {
|
||||
one_day: 10
|
||||
}
|
||||
}
|
||||
}
|
||||
priorities {
|
||||
priority: "2"
|
||||
thresholds {
|
||||
metric_id: "human-cls-failed-presubmit"
|
||||
threshold {
|
||||
one_day: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
priorities {
|
||||
priority: "3"
|
||||
# Clusters which fail to meet this threshold will be closed.
|
||||
thresholds {
|
||||
metric_id: "test-runs-failed"
|
||||
threshold {
|
||||
one_day: 2
|
||||
}
|
||||
}
|
||||
thresholds {
|
||||
metric_id: "human-cls-failed-presubmit"
|
||||
threshold {
|
||||
one_day: 1
|
||||
seven_day: 1
|
||||
}
|
||||
}
|
||||
}
|
||||
priority_hysteresis_percent: 50
|
||||
monorail_hostname: "bugs.chromium.org"
|
||||
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"
|
||||
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"
|
||||
table: "try_flaky_test_variants"
|
||||
}
|
||||
predicate {
|
||||
status: FLAKY
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Do not modify manually.
|
||||
#
|
||||
# For the schema of this file, see ProjectConfig message:
|
||||
# https://luci-config.appspot.com/schemas/projects:luci-logdog.cfg
|
||||
# https://config.luci.app/schemas/projects:luci-logdog.cfg
|
||||
|
||||
reader_auth_groups: "all"
|
||||
writer_auth_groups: "luci-logdog-chromium-writers"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Do not modify manually.
|
||||
#
|
||||
# For the schema of this file, see Project message:
|
||||
# https://luci-config.appspot.com/schemas/projects:luci-milo.cfg
|
||||
# https://config.luci.app/schemas/projects:luci-milo.cfg
|
||||
|
||||
consoles {
|
||||
id: "ci"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Do not modify manually.
|
||||
#
|
||||
# For the schema of this file, see ProjectConfig message:
|
||||
# https://luci-config.appspot.com/schemas/projects:luci-notify.cfg
|
||||
# https://config.luci.app/schemas/projects:luci-notify.cfg
|
||||
|
||||
notifiers {
|
||||
notifications {
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Do not modify manually.
|
||||
#
|
||||
# For the schema of this file, see ProjectConfig message:
|
||||
# https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg
|
||||
# https://config.luci.app/schemas/projects:luci-scheduler.cfg
|
||||
|
||||
job {
|
||||
id: "Android32"
|
||||
|
@ -2,12 +2,12 @@
|
||||
# Do not modify manually.
|
||||
#
|
||||
# For the schema of this file, see ProjectCfg message:
|
||||
# https://luci-config.appspot.com/schemas/projects:project.cfg
|
||||
# https://config.luci.app/schemas/projects:project.cfg
|
||||
|
||||
name: "webrtc"
|
||||
access: "group:all"
|
||||
lucicfg {
|
||||
version: "1.39.20"
|
||||
version: "1.40.0"
|
||||
package_dir: "."
|
||||
config_dir: "."
|
||||
entry_point: "config.star"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Do not modify manually.
|
||||
#
|
||||
# For the schema of this file, see RealmsCfg message:
|
||||
# https://luci-config.appspot.com/schemas/projects:realms.cfg
|
||||
# https://config.luci.app/schemas/projects:realms.cfg
|
||||
|
||||
realms {
|
||||
name: "@root"
|
||||
|
Loading…
Reference in New Issue
Block a user