Ensure perf builders are not part of LKGR
Bug: b/218825531 Change-Id: Idff35f420da2a6246b87ae1041bb6dff007deb70 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259501 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#36586}
This commit is contained in:
parent
d119b9e210
commit
ba1657c95c
@ -527,7 +527,7 @@ def ci_builder(
|
||||
|
||||
if enabled:
|
||||
add_milo(name, {"ci": ci_cat, "perf": perf_cat})
|
||||
if ci_cat:
|
||||
if ci_cat and not perf_cat:
|
||||
lkgr_builders.append(name)
|
||||
dimensions.update({"pool": "luci.webrtc.ci", "cpu": kwargs.pop("cpu", DEFAULT_CPU)})
|
||||
properties = properties or {}
|
||||
|
||||
@ -2031,11 +2031,9 @@ buckets {
|
||||
' "Android32 (M Nexus5X)",'
|
||||
' "Android32 (M Nexus5X)(dbg)",'
|
||||
' "Android32 (more configs)",'
|
||||
' "Android32 Builder arm",'
|
||||
' "Android32 Builder x86",'
|
||||
' "Android32 Builder x86 (dbg)",'
|
||||
' "Android64 (M Nexus5X)",'
|
||||
' "Android64 Builder arm64",'
|
||||
' "Android64 Builder x64 (dbg)",'
|
||||
' "Linux (more configs)",'
|
||||
' "Linux Asan",'
|
||||
@ -2047,7 +2045,6 @@ buckets {
|
||||
' "Linux32 Debug (ARM)",'
|
||||
' "Linux32 Release",'
|
||||
' "Linux32 Release (ARM)",'
|
||||
' "Linux64 Builder",'
|
||||
' "Linux64 Debug",'
|
||||
' "Linux64 Debug (ARM)",'
|
||||
' "Linux64 Release",'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user