Re-enable iOS simulator bots.

Change-Id: I2e05dd6f40467ee94072a0daac94142d50ff8032
Bug: b/396118151
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/378020
Commit-Queue: Jeremy Leconte <jleconte@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43943}
This commit is contained in:
Jeremy Leconte 2025-02-20 08:25:17 +01:00 committed by WebRTC LUCI CQ
parent d9dd939d66
commit cea5e723b5
4 changed files with 13 additions and 3 deletions

View File

@ -90,6 +90,9 @@ config_groups {
builders { builders {
name: "webrtc/try/ios_compile_arm64_rel" name: "webrtc/try/ios_compile_arm64_rel"
} }
builders {
name: "webrtc/try/ios_dbg_simulator"
}
builders { builders {
name: "webrtc/try/linux_asan" name: "webrtc/try/linux_asan"
} }
@ -267,6 +270,9 @@ config_groups {
builders { builders {
name: "webrtc/try/ios_compile_arm64_rel" name: "webrtc/try/ios_compile_arm64_rel"
} }
builders {
name: "webrtc/try/ios_dbg_simulator"
}
builders { builders {
name: "webrtc/try/linux_asan" name: "webrtc/try/linux_asan"
} }

View File

@ -53,7 +53,6 @@ def os_from_name(name):
# useful when a failure can be safely ignored while fixing it without # useful when a failure can be safely ignored while fixing it without
# blocking the LKGR finder on it. # blocking the LKGR finder on it.
skipped_lkgr_bots = [ skipped_lkgr_bots = [
"iOS Debug (simulator)",
] ]
# Use LUCI Scheduler BBv2 names and add Scheduler realms configs. # Use LUCI Scheduler BBv2 names and add Scheduler realms configs.
@ -761,8 +760,7 @@ ios_builder("iOS64 Release", "iOS|arm64|rel")
ios_try_job("ios_compile_arm64_rel") ios_try_job("ios_compile_arm64_rel")
ios_builder("iOS Debug (simulator)", "iOS|x64|sim") ios_builder("iOS Debug (simulator)", "iOS|x64|sim")
# TODO: b/396118151 - Reenable the bot when the issue is fixed. ios_try_job("ios_dbg_simulator")
ios_try_job("ios_dbg_simulator", cq = None)
ios_builder("iOS API Framework Builder", "iOS|fat|size", recipe = "ios_api_framework", prioritized = True) ios_builder("iOS API Framework Builder", "iOS|fat|size", recipe = "ios_api_framework", prioritized = True)
ios_try_job("ios_api_framework", recipe = "ios_api_framework") ios_try_job("ios_api_framework", recipe = "ios_api_framework")

View File

@ -1907,6 +1907,7 @@ buckets {
' "Win64 Debug (Clang)",' ' "Win64 Debug (Clang)",'
' "Win64 Release (Clang)",' ' "Win64 Release (Clang)",'
' "iOS API Framework Builder",' ' "iOS API Framework Builder",'
' "iOS Debug (simulator)",'
' "iOS64 Debug",' ' "iOS64 Debug",'
' "iOS64 Release"' ' "iOS64 Release"'
' ]' ' ]'

View File

@ -943,6 +943,11 @@ notifiers {
name: "iOS Debug (simulator)" name: "iOS Debug (simulator)"
repository: "https://webrtc.googlesource.com/src" 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 { notifiers {
notifications { notifications {