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

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

Issue 1850113002: CQ: Disable win_x64_clang_dbg trybot (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 builders { name: "mac_rel" } 59 builders { name: "mac_rel" }
60 builders { name: "mac_gn_dbg" } 60 builders { name: "mac_gn_dbg" }
61 builders { name: "mac_gn_rel" } 61 builders { name: "mac_gn_rel" }
62 builders { name: "presubmit" } 62 builders { name: "presubmit" }
63 builders { name: "win_baremetal" } 63 builders { name: "win_baremetal" }
64 builders { name: "win_clang_dbg" } 64 builders { name: "win_clang_dbg" }
65 builders { name: "win_clang_rel" } 65 builders { name: "win_clang_rel" }
66 builders { name: "win_compile_dbg" } 66 builders { name: "win_compile_dbg" }
67 builders { name: "win_drmemory_light" } 67 builders { name: "win_drmemory_light" }
68 builders { name: "win_rel" } 68 builders { name: "win_rel" }
69 builders { name: "win_x64_clang_dbg" } 69 # Disabled until http://crbug.com/595702 is fixed.
70 #builders { name: "win_x64_clang_dbg" }
70 builders { name: "win_x64_clang_rel" } 71 builders { name: "win_x64_clang_rel" }
71 builders { name: "win_x64_gn_dbg" } 72 builders { name: "win_x64_gn_dbg" }
72 builders { name: "win_x64_gn_rel" } 73 builders { name: "win_x64_gn_rel" }
73 builders { name: "win_x64_rel" } 74 builders { name: "win_x64_rel" }
74 } 75 }
75 } 76 }
76 } 77 }
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