diff --git a/infra/config/commit-queue.cfg b/infra/config/commit-queue.cfg index 6a3580a159..65e61b34e7 100644 --- a/infra/config/commit-queue.cfg +++ b/infra/config/commit-queue.cfg @@ -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" } diff --git a/infra/config/config.star b/infra/config/config.star index f0127ebfdd..5efba46a02 100755 --- a/infra/config/config.star +++ b/infra/config/config.star @@ -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") diff --git a/infra/config/project.cfg b/infra/config/project.cfg index b3f6b9a43c..3b2f6f300d 100644 --- a/infra/config/project.cfg +++ b/infra/config/project.cfg @@ -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"