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

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

Issue 1149943010: Enable depot_tools_presubmit trybot for CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
« 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: "depot_tools" 5 cq_name: "depot_tools"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 svn_repo_url: "svn://svn.chromium.org/chrome/trunk/tools/depot_tools" 7 svn_repo_url: "svn://svn.chromium.org/chrome/trunk/tools/depot_tools"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
(...skipping 14 matching lines...) Expand all
25 verifiers { 25 verifiers {
26 reviewer_lgtm { 26 reviewer_lgtm {
27 committer_list: "chromium" 27 committer_list: "chromium"
28 } 28 }
29 29
30 try_job { 30 try_job {
31 buckets { 31 buckets {
32 name: "tryserver.chromium.linux" 32 name: "tryserver.chromium.linux"
33 builders { 33 builders {
34 name: "depot_tools_presubmit" 34 name: "depot_tools_presubmit"
35 experiment_percentage: 1.0
36 } 35 }
37 } 36 }
38 } 37 }
39 } 38 }
40
41 verifiers_with_patch {
42 presubmit_check {
43 timeout: 900
44 }
45 }
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