blob: 4ab16aaff580a4cb5d71c2985ff71083399546a5 [file] [log] [blame]
dan sinclair7c90a012016-03-18 19:09:56 -04001# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
2# documentation of this file format.
3
4version: 1
5cq_name: "pdfium"
6git_repo_url: "https://pdfium.googlesource.com/pdfium.git"
7cq_status_url: "https://chromium-cq-status.appspot.com"
8
9rietveld {
10 url: "https://codereview.chromium.org"
11}
12
13verifiers {
14 reviewer_lgtm {
15 committer_list: "project-pdfium-committers"
16 }
17
dsinclaira86d1132016-05-02 07:42:03 -070018 tree_status {
19 tree_status_url: "https://pdfium-status.appspot.com"
20 }
21
dan sinclair7c90a012016-03-18 19:09:56 -040022 try_job {
23 buckets {
24 name: "master.tryserver.client.pdfium"
25 builders {
26 name: "linux"
27 }
28 builders {
29 name: "linux_xfa"
30 }
31 builders {
32 name: "linux_no_v8"
33 }
34 builders {
35 name: "mac"
36 }
37 builders {
38 name: "mac_xfa"
39 }
40 builders {
41 name: "mac_no_v8"
42 }
43 builders {
44 name: "win"
45 }
46 builders {
47 name: "win_xfa"
48 }
49 builders {
50 name: "win_no_v8"
51 }
weilif6d9a612016-05-12 16:02:37 -070052 builders {
53 name: "linux_xfa_rel_gn"
54 }
55 builders {
56 name: "mac_xfa_rel_gn"
57 }
58 builders {
59 name: "win_xfa_64_rel_gn"
60 }
dan sinclair7c90a012016-03-18 19:09:56 -040061 }
62 }
63}