Temporarily skip iOS simulator from CQ and LKGR.

Bug: b/357552398
Change-Id: I212dde3487d89961c4f923de9e11f5231b9ee8e7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358601
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Christoffer Dewerin <jansson@webrtc.org>
Reviewed-by: Christoffer Dewerin <jansson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42730}
This commit is contained in:
Mirko Bonadei 2024-08-06 14:07:36 +00:00 committed by WebRTC LUCI CQ
parent 5ac2c74022
commit 843e14b36a
5 changed files with 5 additions and 15 deletions

View File

@ -90,9 +90,6 @@ 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"
} }
@ -270,9 +267,6 @@ 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

@ -52,7 +52,9 @@ def os_from_name(name):
# Add names of builders to remove from LKGR finder to this list. This is # Add names of builders to remove from LKGR finder to this list. This is
# 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.
lucicfg.enable_experiment("crbug.com/1182002") lucicfg.enable_experiment("crbug.com/1182002")
@ -745,7 +747,7 @@ ios_try_job("ios_compile_arm64_dbg")
ios_builder("iOS64 Release", "iOS|arm64|rel") 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")
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

@ -1903,7 +1903,6 @@ 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,11 +943,6 @@ 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 {

View File

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