Disable ios_dbg_simulator bot on CQ.
Change-Id: I9e678647a9ba9dc4e0dc3be38e1c6d843e54dcdd Bug: b/396118151 No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/377020 Auto-Submit: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43882}
This commit is contained in:
parent
f972489f32
commit
9e9d954405
@ -90,9 +90,6 @@ config_groups {
|
||||
builders {
|
||||
name: "webrtc/try/ios_compile_arm64_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/ios_dbg_simulator"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_asan"
|
||||
}
|
||||
@ -270,9 +267,6 @@ config_groups {
|
||||
builders {
|
||||
name: "webrtc/try/ios_compile_arm64_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/ios_dbg_simulator"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_asan"
|
||||
}
|
||||
|
||||
@ -750,7 +750,9 @@ ios_try_job("ios_compile_arm64_dbg")
|
||||
ios_builder("iOS64 Release", "iOS|arm64|rel")
|
||||
ios_try_job("ios_compile_arm64_rel")
|
||||
ios_builder("iOS Debug (simulator)", "iOS|x64|sim")
|
||||
ios_try_job("ios_dbg_simulator")
|
||||
|
||||
# TODO: b/396118151 - Reenable the bot when the issue is fixed.
|
||||
ios_try_job("ios_dbg_simulator", cq = None)
|
||||
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")
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
name: "webrtc"
|
||||
access: "group:all"
|
||||
lucicfg {
|
||||
version: "1.43.13"
|
||||
version: "1.43.16"
|
||||
package_dir: "."
|
||||
config_dir: "."
|
||||
entry_point: "config.star"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user