OLD | NEW |
---|---|
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: "skia" | 5 cq_name: "skia" |
6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
7 commit_burst_delay: 300 | 7 commit_burst_delay: 300 |
8 max_commit_burst: 2 | 8 max_commit_burst: 2 |
9 | 9 |
10 rietveld { | 10 rietveld { |
11 url: "https://codereview.chromium.org" | 11 url: "https://codereview.chromium.org" |
12 } | 12 } |
13 | 13 |
14 verifiers { | 14 verifiers { |
15 reviewer_lgtm { | 15 reviewer_lgtm { |
16 committer_list: "skia" | 16 committer_list: "project-skia-committers" |
17 max_wait_secs: 21600 # 6 hours | 17 max_wait_secs: 21600 # 6 hours |
18 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM " | 18 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM " |
19 "from a\nfull Skia committer from\n" | 19 "from a\nfull Skia committer from\n" |
20 "https://skia.googlesource.com/skia/+/master/CQ_COMMITTERS" | 20 "https://skia.googlesource.com/skia/+/master/CQ_COMMITTERS" |
rmistry
2015/09/02 11:13:17
Could you please remove this line. The above line
Sergiy Byelozyorov
2015/09/02 17:31:17
Done.
| |
21 } | 21 } |
22 | 22 |
23 tree_status { | 23 tree_status { |
24 tree_status_url: "https://skia-tree-status.appspot.com" | 24 tree_status_url: "https://skia-tree-status.appspot.com" |
25 } | 25 } |
26 | 26 |
27 try_job { | 27 try_job { |
28 buckets { | 28 buckets { |
29 name: "client.skia" | 29 name: "client.skia" |
30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" } | 30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" } |
(...skipping 11 matching lines...) Expand all Loading... | |
42 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } | 42 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } |
43 } | 43 } |
44 buckets { | 44 buckets { |
45 name: "client.skia.fyi" | 45 name: "client.skia.fyi" |
46 builders { name: "skia_presubmit-Trybot" } | 46 builders { name: "skia_presubmit-Trybot" } |
47 } | 47 } |
48 } | 48 } |
49 | 49 |
50 sign_cla {} | 50 sign_cla {} |
51 } | 51 } |
OLD | NEW |