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

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

Issue 1317653002: Fix chromium committer list specification. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
2 # documentation of this file format. 2 # documentation of this file format.
3 3
4 version: 1 4 version: 1
5 cq_name: "blink" 5 cq_name: "blink"
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/blink/trunk" 7 svn_repo_url: "svn://svn.chromium.org/blink/trunk"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
11 project_bases: "^svn\\:\\/\\/svn\\.chromium\\.org\\/blink/trunk(|/.*)$" 11 project_bases: "^svn\\:\\/\\/svn\\.chromium\\.org\\/blink/trunk(|/.*)$"
12 project_bases: "^svn\\:\\/\\/chrome\\-svn\\/blink/trunk(|/.*)$" 12 project_bases: "^svn\\:\\/\\/chrome\\-svn\\/blink/trunk(|/.*)$"
13 project_bases: "^svn\\:\\/\\/chrome\\-svn\\.corp\\/blink/trunk(|/.*)$" 13 project_bases: "^svn\\:\\/\\/chrome\\-svn\\.corp\\/blink/trunk(|/.*)$"
14 project_bases: "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/blink/trunk( |/.*)$" 14 project_bases: "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/blink/trunk( |/.*)$"
15 project_bases: "^http\\:\\/\\/src\\.chromium\\.org\\/blink/trunk(|/.*)$" 15 project_bases: "^http\\:\\/\\/src\\.chromium\\.org\\/blink/trunk(|/.*)$"
16 project_bases: "^https\\:\\/\\/src\\.chromium\\.org\\/blink/trunk(|/.*)$" 16 project_bases: "^https\\:\\/\\/src\\.chromium\\.org\\/blink/trunk(|/.*)$"
17 project_bases: "^https?\\:\\/\\/chromium.googlesource.com\\/chromium\\/blink(? :\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" 17 project_bases: "^https?\\:\\/\\/chromium.googlesource.com\\/chromium\\/blink(? :\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$"
18 } 18 }
19 19
20 verifiers { 20 verifiers {
21 reviewer_lgtm { 21 reviewer_lgtm {
22 committer_list: "project-chromium-committers" 22 committer_list: "external/project-chromium-committers"
23 } 23 }
24 24
25 tree_status { 25 tree_status {
26 tree_status_url: "https://blink-status.appspot.com" 26 tree_status_url: "https://blink-status.appspot.com"
27 } 27 }
28 28
29 try_job { 29 try_job {
30 buckets { 30 buckets {
31 name: "tryserver.chromium.linux" 31 name: "tryserver.chromium.linux"
32 builders { name: "android_arm64_dbg_recipe" } 32 builders { name: "android_arm64_dbg_recipe" }
(...skipping 30 matching lines...) Expand all
63 } 63 }
64 64
65 buckets { 65 buckets {
66 name: "tryserver.chromium.win" 66 name: "tryserver.chromium.win"
67 builders { name: "win8_chromium_ng" } 67 builders { name: "win8_chromium_ng" }
68 builders { name: "win_chromium_compile_dbg_ng" } 68 builders { name: "win_chromium_compile_dbg_ng" }
69 builders { name: "win_chromium_rel_ng" } 69 builders { name: "win_chromium_rel_ng" }
70 builders { name: "win_chromium_x64_rel_ng" } 70 builders { name: "win_chromium_x64_rel_ng" }
71 } 71 }
72 } 72 }
73 73
74 sign_cla {} 74 sign_cla {}
75 } 75 }
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