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

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

Issue 1314153006: Moved committer list to chrome-infra-auth and deleted it from the repo (Closed) Base URL: https://skia.googlesource.com/skia.git/@master
Patch Set: Created 5 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
« CQ_COMMITTERS ('K') | « CQ_COMMITTERS ('k') | 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: "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
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 }
OLDNEW
« CQ_COMMITTERS ('K') | « CQ_COMMITTERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698