Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Side by Side Diff: infra/config/cq.cfg

Issue 3003683002: CQ: Remove android_clang_dbg bot (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Commit Queue configuration file. The documentation of the format can be found 1 # Commit Queue configuration file. The documentation of the format can be found
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
3 3
4 version: 1 4 version: 1
5 cq_name: "webrtc" 5 cq_name: "webrtc"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 git_repo_url: "https://chromium.googlesource.com/external/webrtc" 7 git_repo_url: "https://chromium.googlesource.com/external/webrtc"
8 commit_burst_delay: 60 8 commit_burst_delay: 60
9 max_commit_burst: 1 9 max_commit_burst: 1
10 10
(...skipping 17 matching lines...) Expand all
28 tree_status { 28 tree_status {
29 tree_status_url: "https://webrtc-status.appspot.com" 29 tree_status_url: "https://webrtc-status.appspot.com"
30 } 30 }
31 31
32 try_job { 32 try_job {
33 buckets { 33 buckets {
34 name: "master.tryserver.webrtc" 34 name: "master.tryserver.webrtc"
35 builders { name: "android_dbg" } 35 builders { name: "android_dbg" }
36 builders { name: "android_rel" } 36 builders { name: "android_rel" }
37 builders { name: "android_arm64_rel" } 37 builders { name: "android_arm64_rel" }
38 builders { name: "android_clang_dbg" }
39 builders { name: "android_compile_mips_dbg" } 38 builders { name: "android_compile_mips_dbg" }
40 builders { name: "android_compile_x86_dbg" } 39 builders { name: "android_compile_x86_dbg" }
41 builders { name: "android_compile_x86_rel" } 40 builders { name: "android_compile_x86_rel" }
42 builders { name: "android_compile_x64_dbg" } 41 builders { name: "android_compile_x64_dbg" }
43 builders { name: "android_more_configs" } 42 builders { name: "android_more_configs" }
44 builders { name: "ios_arm64_dbg" } 43 builders { name: "ios_arm64_dbg" }
45 builders { name: "ios_arm64_rel" } 44 builders { name: "ios_arm64_rel" }
46 builders { name: "ios_dbg" } 45 builders { name: "ios_dbg" }
47 builders { name: "ios_rel" } 46 builders { name: "ios_rel" }
48 builders { name: "ios32_sim_ios9_dbg" } 47 builders { name: "ios32_sim_ios9_dbg" }
(...skipping 29 matching lines...) Expand all
78 builders { name: "win_dbg" } 77 builders { name: "win_dbg" }
79 builders { name: "win_rel" } 78 builders { name: "win_rel" }
80 builders { name: "win_msvc_rel" } 79 builders { name: "win_msvc_rel" }
81 builders { name: "win_x64_clang_dbg" } 80 builders { name: "win_x64_clang_dbg" }
82 builders { name: "win_x64_clang_rel" } 81 builders { name: "win_x64_clang_rel" }
83 builders { name: "win_x64_dbg" } 82 builders { name: "win_x64_dbg" }
84 builders { name: "win_x64_rel" } 83 builders { name: "win_x64_rel" }
85 } 84 }
86 } 85 }
87 } 86 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698