mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Add Fuchsia on CQ and enable LKGR
Change-Id: Ib4685630132ee25d702a6e325023e657a9fe4ed6 Bug: webrtc:14788,b/232740856 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288381 Reviewed-by: Andrey Logvin <landrey@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Andrey Logvin <landrey@google.com> Cr-Commit-Position: refs/heads/main@{#38916}
This commit is contained in:
parent
de57c57e1e
commit
2bd52fab82
4 changed files with 13 additions and 2 deletions
|
@ -72,6 +72,9 @@ config_groups {
|
|||
builders {
|
||||
name: "webrtc/try/android_compile_x86_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/fuchsia_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/ios_api_framework"
|
||||
}
|
||||
|
@ -266,6 +269,9 @@ config_groups {
|
|||
builders {
|
||||
name: "webrtc/try/android_compile_x86_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/fuchsia_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/ios_api_framework"
|
||||
}
|
||||
|
|
|
@ -58,7 +58,6 @@ def make_reclient_properties(instance, jobs = None):
|
|||
# useful when a failure can be safely ignored while fixing it without
|
||||
# blocking the LKGR finder on it.
|
||||
skipped_lkgr_bots = [
|
||||
"Fuchsia Release",
|
||||
]
|
||||
|
||||
# Use LUCI Scheduler BBv2 names and add Scheduler realms configs.
|
||||
|
@ -795,7 +794,7 @@ linux_try_job("linux_coverage", cq = None)
|
|||
|
||||
linux_builder("Fuchsia Builder", ci_cat = None, perf_cat = "Fuchsia|x64|Builder|", prioritized = True)
|
||||
linux_builder("Fuchsia Release", "Fuchsia|x64|rel")
|
||||
linux_try_job("fuchsia_rel", cq = None)
|
||||
linux_try_job("fuchsia_rel")
|
||||
perf_builder("Perf Fuchsia", "Fuchsia|x64|Tester|", triggered_by = ["Fuchsia Builder"])
|
||||
|
||||
mac_builder("Mac64 Debug", "Mac|x64|dbg")
|
||||
|
|
|
@ -2113,6 +2113,7 @@ buckets {
|
|||
' "Android32 Builder x86 (dbg)",'
|
||||
' "Android64",'
|
||||
' "Android64 Builder x64 (dbg)",'
|
||||
' "Fuchsia Release",'
|
||||
' "Linux (more configs)",'
|
||||
' "Linux Asan",'
|
||||
' "Linux MSan",'
|
||||
|
|
|
@ -214,6 +214,11 @@ notifiers {
|
|||
name: "Fuchsia Release"
|
||||
repository: "https://webrtc.googlesource.com/src"
|
||||
}
|
||||
tree_closers {
|
||||
tree_status_host: "webrtc-status.appspot.com"
|
||||
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_temp|taskkill|compile|gn"
|
||||
failed_step_regexp_exclude: ".*\\(experimental\\).*"
|
||||
}
|
||||
}
|
||||
notifiers {
|
||||
notifications {
|
||||
|
|
Loading…
Reference in a new issue