Return linux bots to cq and lkgr as the issue with them is fixed
Bug: chromium:1311236 Change-Id: I1086b0d45472a95f839b1ef503278ad45745d676 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257880 Auto-Submit: Andrey Logvin <landrey@webrtc.org> Commit-Queue: Andrey Logvin <landrey@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@google.com> Commit-Queue: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#36419}
This commit is contained in:
parent
597e03f201
commit
ea457a6648
@ -130,6 +130,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"
|
||||
}
|
||||
@ -282,6 +288,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"
|
||||
}
|
||||
|
||||
@ -42,9 +42,6 @@ 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.
|
||||
@ -725,13 +722,9 @@ 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")
|
||||
|
||||
# TODO(crbug.com/1311236): return to CQ once the issue is fixed.
|
||||
linux_try_job("linux_x86_dbg", cq = None)
|
||||
linux_try_job("linux_x86_dbg")
|
||||
linux_builder("Linux32 Release", "Linux|x86|rel")
|
||||
|
||||
# TODO(crbug.com/1311236): return to CQ once the issue is fixed.
|
||||
linux_try_job("linux_x86_rel", cq = None)
|
||||
linux_try_job("linux_x86_rel")
|
||||
linux_builder("Linux64 Debug", "Linux|x64|dbg")
|
||||
linux_try_job("linux_dbg", cq = None)
|
||||
linux_try_job("linux_compile_dbg")
|
||||
|
||||
@ -2289,7 +2289,9 @@ buckets {
|
||||
' "Linux Tsan v2",'
|
||||
' "Linux UBSan",'
|
||||
' "Linux UBSan vptr",'
|
||||
' "Linux32 Debug",'
|
||||
' "Linux32 Debug (ARM)",'
|
||||
' "Linux32 Release",'
|
||||
' "Linux32 Release (ARM)",'
|
||||
' "Linux64 Builder",'
|
||||
' "Linux64 Debug",'
|
||||
|
||||
@ -430,6 +430,11 @@ 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 {
|
||||
@ -479,6 +484,11 @@ 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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user