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" |
20 "https://skia.googlesource.com/skia/+/master/CQ_COMMITTERS" | |
21 } | 20 } |
22 | 21 |
23 tree_status { | 22 tree_status { |
24 tree_status_url: "https://skia-tree-status.appspot.com" | 23 tree_status_url: "https://skia-tree-status.appspot.com" |
25 } | 24 } |
26 | 25 |
27 try_job { | 26 try_job { |
28 buckets { | 27 buckets { |
29 name: "client.skia" | 28 name: "client.skia" |
30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" } | 29 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" } | 41 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } |
43 } | 42 } |
44 buckets { | 43 buckets { |
45 name: "client.skia.fyi" | 44 name: "client.skia.fyi" |
46 builders { name: "skia_presubmit-Trybot" } | 45 builders { name: "skia_presubmit-Trybot" } |
47 } | 46 } |
48 } | 47 } |
49 | 48 |
50 sign_cla {} | 49 sign_cla {} |
51 } | 50 } |
OLD | NEW |