Temporarily remove android bots from CQ
They are consistently timing out and harming productivity. No-Try: True Bug: b/257964487 Change-Id: I66e38aac60ffcb0547f371cd323276c81e7c86af Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/282321 Commit-Queue: Andrey Logvin <landrey@google.com> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Auto-Submit: Andrey Logvin <landrey@google.com> Cr-Commit-Position: refs/heads/main@{#38567}
This commit is contained in:
parent
ddae5e6fae
commit
c560d560a2
@ -34,18 +34,9 @@ config_groups {
|
||||
name: "webrtc-internal/g3.webrtc-internal.try/internal_compile_lite"
|
||||
owner_whitelist_group: "project-webrtc-internal-tryjob-access"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_arm64_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_arm_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_arm_more_configs"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_arm_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_chromium_compile"
|
||||
}
|
||||
@ -207,18 +198,9 @@ config_groups {
|
||||
dry_run_access_list: "project-webrtc-tryjob-access"
|
||||
}
|
||||
tryjob {
|
||||
builders {
|
||||
name: "webrtc/try/android_arm64_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_arm_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_arm_more_configs"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_arm_rel"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/android_compile_arm64_rel"
|
||||
}
|
||||
|
||||
@ -705,9 +705,13 @@ ios_builder, ios_try_job = normal_builder_factory(
|
||||
|
||||
android_builder("Android32 (M Nexus5X)(dbg)", "Android|arm|dbg")
|
||||
android_try_job("android_compile_arm_dbg", cq = None)
|
||||
android_try_job("android_arm_dbg")
|
||||
|
||||
# TODO(b/257964487): Return to CQ
|
||||
android_try_job("android_arm_dbg", cq = None)
|
||||
android_builder("Android32 (M Nexus5X)", "Android|arm|rel")
|
||||
android_try_job("android_arm_rel")
|
||||
|
||||
# TODO(b/257964487): Return to CQ
|
||||
android_try_job("android_arm_rel", cq = None)
|
||||
android_builder("Android32 Builder arm", "Android|arm|size", perf_cat = "Android|arm|Builder|", prioritized = True)
|
||||
android_try_job("android_compile_arm_rel")
|
||||
perf_builder("Perf Android32 (M Nexus5)", "Android|arm|Tester|M Nexus5", triggered_by = ["Android32 Builder arm"])
|
||||
@ -715,7 +719,9 @@ perf_builder("Perf Android32 (M AOSP Nexus6)", "Android|arm|Tester|M AOSP Nexus6
|
||||
android_try_job("android_compile_arm64_dbg", cq = None)
|
||||
android_try_job("android_arm64_dbg", cq = None)
|
||||
android_builder("Android64 (M Nexus5X)", "Android|arm64|rel")
|
||||
android_try_job("android_arm64_rel")
|
||||
|
||||
# TODO(b/257964487): Return to CQ
|
||||
android_try_job("android_arm64_rel", cq = None)
|
||||
android_builder("Android64 Builder arm64", "Android|arm64|size", perf_cat = "Android|arm64|Builder|", prioritized = True)
|
||||
perf_builder("Perf Android64 (M Nexus5X)", "Android|arm64|Tester|M Nexus5X", triggered_by = ["Android64 Builder arm64"])
|
||||
perf_builder("Perf Android64 (O Pixel2)", "Android|arm64|Tester|O Pixel2", triggered_by = ["Android64 Builder arm64"])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user