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

Side by Side Diff: config/cq.cfg

Issue 1899693003: Add git_repo_url to cq.cfg for Gerrit. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 8 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
« 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: "infra" 5 cq_name: "infra"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 git_repo_url: "https://chromium.googlesource.com/infra/infra.git"
7 8
8 rietveld { 9 rietveld {
9 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
10 } 11 }
11 12
12 # Enable experimental dual repo Rietveld/Gerrit support. 13 # Enable experimental dual repo Rietveld/Gerrit support.
13 gerrit {} 14 gerrit {}
14 15
15 verifiers { 16 verifiers {
16 reviewer_lgtm { 17 reviewer_lgtm {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 builders { 54 builders {
54 name: "Infra Mac Tester" 55 name: "Infra Mac Tester"
55 } 56 }
56 builders { 57 builders {
57 name: "Infra Win Tester" 58 name: "Infra Win Tester"
58 } 59 }
59 } 60 }
60 } 61 }
61 sign_cla {} 62 sign_cla {}
62 } 63 }
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