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

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

Issue 1819513002: Add cq.cfg (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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
(Empty)
1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
2 # documentation of this file format.
3
4 version: 1
5 cq_name: "pdfium"
6 git_repo_url: "https://pdfium.googlesource.com/pdfium.git"
7 cq_status_url: "https://chromium-cq-status.appspot.com"
8
9 rietveld {
10 url: "https://codereview.chromium.org"
11 }
12
13 verifiers {
14 reviewer_lgtm {
15 committer_list: "project-pdfium-committers"
16 }
17
18 try_job {
19 buckets {
20 name: "master.tryserver.client.pdfium"
21 builders {
22 name: "linux"
23 }
24 builders {
25 name: "linux_xfa"
26 }
27 builders {
28 name: "linux_no_v8"
29 }
30 builders {
31 name: "mac"
32 }
33 builders {
34 name: "mac_xfa"
35 }
36 builders {
37 name: "mac_no_v8"
38 }
39 builders {
40 name: "win"
41 }
42 builders {
43 name: "win_xfa"
44 }
45 builders {
46 name: "win_no_v8"
47 }
48 }
49 }
50 }
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