Temporarily remove red bots from CQ and LKGR until they are fixed

Bug: chromium:1311236
Change-Id: I32e7c6c7f57b3cea2a5c66cc6c6de84211d2f247
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257163
Reviewed-by: Christoffer Jansson <jansson@google.com>
Commit-Queue: Andrey Logvin <landrey@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36378}
This commit is contained in:
landrey 2022-03-30 14:01:30 +00:00 committed by WebRTC LUCI CQ
parent ab68a914d6
commit a75a9c35b7
5 changed files with 13 additions and 34 deletions

View file

@ -130,12 +130,6 @@ config_groups {
builders {
name: "webrtc/try/linux_ubsan_vptr"
}
builders {
name: "webrtc/try/linux_x86_dbg"
}
builders {
name: "webrtc/try/linux_x86_rel"
}
builders {
name: "webrtc/try/mac_asan"
}
@ -145,9 +139,6 @@ config_groups {
builders {
name: "webrtc/try/mac_compile_dbg"
}
builders {
name: "webrtc/try/mac_rel"
}
builders {
name: "webrtc/try/presubmit"
disable_reuse: true
@ -288,21 +279,12 @@ config_groups {
builders {
name: "webrtc/try/linux_ubsan_vptr"
}
builders {
name: "webrtc/try/linux_x86_dbg"
}
builders {
name: "webrtc/try/linux_x86_rel"
}
builders {
name: "webrtc/try/mac_asan"
}
builders {
name: "webrtc/try/mac_compile_dbg"
}
builders {
name: "webrtc/try/mac_rel"
}
builders {
name: "webrtc/try/presubmit"
disable_reuse: true

View file

@ -42,6 +42,9 @@ def make_goma_properties(enable_ats = True, jobs = None):
# useful when a failure can be safely ignored while fixing it without
# blocking the LKGR finder on it.
skipped_lkgr_bots = [
# TODO(crbug.com/1311236): return to lkgr once the issue is fixed.
"Linux32 Debug",
"Linux32 Release",
]
# Use LUCI Scheduler BBv2 names and add Scheduler realms configs.
@ -722,9 +725,13 @@ ios_builder_macos11("iOS API Framework Builder", "iOS|fat|size", recipe = "ios_a
ios_try_job_macos11("ios_api_framework", recipe = "ios_api_framework")
linux_builder("Linux32 Debug", "Linux|x86|dbg")
linux_try_job("linux_x86_dbg")
# TODO(crbug.com/1311236): return to CQ once the issue is fixed.
linux_try_job("linux_x86_dbg", cq = None)
linux_builder("Linux32 Release", "Linux|x86|rel")
linux_try_job("linux_x86_rel")
# TODO(crbug.com/1311236): return to CQ once the issue is fixed.
linux_try_job("linux_x86_rel", cq = None)
linux_builder("Linux64 Debug", "Linux|x64|dbg")
linux_try_job("linux_dbg", cq = None)
linux_try_job("linux_compile_dbg")
@ -763,7 +770,9 @@ mac_builder("Mac64 Debug", "Mac|x64|dbg")
mac_try_job("mac_dbg", cq = None)
mac_try_job("mac_compile_dbg")
mac_builder("Mac64 Release", "Mac|x64|rel")
mac_try_job("mac_rel")
# TODO(landrey): add back to CQ once ManyCam issue is fixed.
mac_try_job("mac_rel", cq = None)
mac_try_job("mac_compile_rel", cq = None)
mac_builder("Mac64 Builder", ci_cat = None, perf_cat = "Mac|x64|Builder|")
perf_builder("Perf Mac 10.11", "Mac|x64|Tester|10.11", triggered_by = ["Mac64 Builder"])

View file

@ -2289,9 +2289,7 @@ buckets {
' "Linux Tsan v2",'
' "Linux UBSan",'
' "Linux UBSan vptr",'
' "Linux32 Debug",'
' "Linux32 Debug (ARM)",'
' "Linux32 Release",'
' "Linux32 Release (ARM)",'
' "Linux64 Builder",'
' "Linux64 Debug",'

View file

@ -430,11 +430,6 @@ notifiers {
name: "Linux32 Debug"
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 {
@ -484,11 +479,6 @@ notifiers {
name: "Linux32 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 {

View file

@ -7,7 +7,7 @@
name: "webrtc"
access: "group:all"
lucicfg {
version: "1.30.10"
version: "1.30.11"
package_dir: "."
config_dir: "."
entry_point: "config.star"