mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 14:20:45 +01:00
CQ: Change Android trybots to not run device tests.
BUG=chromium:588063 TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1715643002 . Cr-Commit-Position: refs/heads/master@{#11679}
This commit is contained in:
parent
c4e3ead352
commit
ecdeb4cb94
1 changed files with 5 additions and 3 deletions
|
@ -26,9 +26,11 @@ verifiers {
|
|||
try_job {
|
||||
buckets {
|
||||
name: "tryserver.webrtc"
|
||||
builders { name: "android_dbg" }
|
||||
builders { name: "android_rel" }
|
||||
builders { name: "android_arm64_rel" }
|
||||
# Temporarily replace Android device testing bots with compile-only ones.
|
||||
# See http://crbug.com/588063.
|
||||
builders { name: "android_compile_dbg" }
|
||||
builders { name: "android_compile_rel" }
|
||||
builders { name: "android_compile_arm64_rel" }
|
||||
builders { name: "android_clang_dbg" }
|
||||
builders { name: "android_compile_x86_dbg" }
|
||||
builders { name: "android_compile_x64_dbg" }
|
||||
|
|
Loading…
Reference in a new issue