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

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

Issue 2277263002: Revert of CQ: Remove android_arm64_rel trybot (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 3 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 commit_burst_delay: 60 7 commit_burst_delay: 60
8 max_commit_burst: 1 8 max_commit_burst: 1
9 hide_ref_in_committed_msg: true 9 hide_ref_in_committed_msg: true
10 target_ref: "refs/pending/heads/master" 10 target_ref: "refs/pending/heads/master"
(...skipping 10 matching lines...) Expand all
21 21
22 tree_status { 22 tree_status {
23 tree_status_url: "https://webrtc-status.appspot.com" 23 tree_status_url: "https://webrtc-status.appspot.com"
24 } 24 }
25 25
26 try_job { 26 try_job {
27 buckets { 27 buckets {
28 name: "master.tryserver.webrtc" 28 name: "master.tryserver.webrtc"
29 builders { name: "android_dbg" } 29 builders { name: "android_dbg" }
30 builders { name: "android_rel" } 30 builders { name: "android_rel" }
31 # builders { name: "android_arm64_rel" } 31 builders { name: "android_arm64_rel" }
32 builders { name: "android_clang_dbg" } 32 builders { name: "android_clang_dbg" }
33 builders { name: "android_compile_mips_dbg" } 33 builders { name: "android_compile_mips_dbg" }
34 builders { name: "android_compile_x86_dbg" } 34 builders { name: "android_compile_x86_dbg" }
35 builders { name: "android_compile_x86_rel" } 35 builders { name: "android_compile_x86_rel" }
36 builders { name: "android_compile_x64_dbg" } 36 builders { name: "android_compile_x64_dbg" }
37 builders { name: "android_gn_dbg" } 37 builders { name: "android_gn_dbg" }
38 builders { name: "android_gn_rel" } 38 builders { name: "android_gn_rel" }
39 builders { name: "ios_arm64_dbg" } 39 builders { name: "ios_arm64_dbg" }
40 builders { name: "ios_arm64_rel" } 40 builders { name: "ios_arm64_rel" }
41 builders { name: "ios_dbg" } 41 builders { name: "ios_dbg" }
(...skipping 29 matching lines...) Expand all
71 builders { name: "win_drmemory_light" } 71 builders { name: "win_drmemory_light" }
72 builders { name: "win_rel" } 72 builders { name: "win_rel" }
73 builders { name: "win_x64_clang_dbg" } 73 builders { name: "win_x64_clang_dbg" }
74 builders { name: "win_x64_clang_rel" } 74 builders { name: "win_x64_clang_rel" }
75 builders { name: "win_x64_gn_dbg" } 75 builders { name: "win_x64_gn_dbg" }
76 builders { name: "win_x64_gn_rel" } 76 builders { name: "win_x64_gn_rel" }
77 builders { name: "win_x64_rel" } 77 builders { name: "win_x64_rel" }
78 } 78 }
79 } 79 }
80 } 80 }
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