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

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

Issue 1978453004: Add GN bots into commit queue (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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: "pdfium" 5 cq_name: "pdfium"
6 git_repo_url: "https://pdfium.googlesource.com/pdfium.git" 6 git_repo_url: "https://pdfium.googlesource.com/pdfium.git"
7 cq_status_url: "https://chromium-cq-status.appspot.com" 7 cq_status_url: "https://chromium-cq-status.appspot.com"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 } 42 }
43 builders { 43 builders {
44 name: "win" 44 name: "win"
45 } 45 }
46 builders { 46 builders {
47 name: "win_xfa" 47 name: "win_xfa"
48 } 48 }
49 builders { 49 builders {
50 name: "win_no_v8" 50 name: "win_no_v8"
51 } 51 }
52 builders {
53 name: "linux_xfa_rel_gn"
Lei Zhang 2016/05/12 22:12:02 Do we want to keep them grouped as linux/mac/win?
Wei Li 2016/05/12 22:33:33 For now, let's group into gn so we can clearly see
54 }
55 builders {
56 name: "mac_xfa_rel_gn"
57 }
58 builders {
59 name: "win_xfa_64_rel_gn"
60 }
52 } 61 }
53 } 62 }
54 } 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