blob: 7062e43a494e2653aebea929d90e7438fa467565 [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
Aaron Gable8629ef82016-11-17 14:28:09 -08009gerrit {}
dan sinclair7c90a012016-03-18 19:09:56 -040010rietveld {
11 url: "https://codereview.chromium.org"
12}
13
14verifiers {
15 reviewer_lgtm {
16 committer_list: "project-pdfium-committers"
Andrii Shyshkalovabf240c2017-02-16 19:55:35 +010017 dry_run_access_list: "project-pdfium-tryjob-access"
18 }
19 gerrit_cq_ability {
20 committer_list: "project-pdfium-committers"
21 dry_run_access_list: "project-pdfium-tryjob-access"
dan sinclair7c90a012016-03-18 19:09:56 -040022 }
23
dsinclaira86d1132016-05-02 07:42:03 -070024 tree_status {
25 tree_status_url: "https://pdfium-status.appspot.com"
26 }
27
dan sinclair7c90a012016-03-18 19:09:56 -040028 try_job {
Dan Sinclaire8b02812017-01-11 15:35:21 -050029 try_job_retry_config {
30 try_job_retry_quota: 0
31 }
32
dan sinclair7c90a012016-03-18 19:09:56 -040033 buckets {
34 name: "master.tryserver.client.pdfium"
35 builders {
jbudorick8f93cc62016-06-21 06:14:13 -070036 name: "android"
jbudorick8f93cc62016-06-21 06:14:13 -070037 }
38 builders {
dan sinclair7c90a012016-03-18 19:09:56 -040039 name: "linux"
40 }
41 builders {
weili37b20302016-10-24 13:03:02 -070042 name: "linux_asan_lsan"
43 }
44 builders {
dan sinclair7c90a012016-03-18 19:09:56 -040045 name: "linux_no_v8"
46 }
47 builders {
dsinclair720217d2016-06-07 08:07:22 -070048 name: "linux_skia"
dsinclair720217d2016-06-07 08:07:22 -070049 }
50 builders {
weili6028b3c2016-06-21 12:07:01 -070051 name: "linux_xfa"
dan sinclair7c90a012016-03-18 19:09:56 -040052 }
53 builders {
weili37b20302016-10-24 13:03:02 -070054 name: "linux_xfa_asan_lsan"
55 }
56 builders {
thestig2e969ea2016-11-07 15:04:15 -080057 name: "linux_xfa_rel"
58 }
59 builders {
weili6028b3c2016-06-21 12:07:01 -070060 name: "mac"
dan sinclair7c90a012016-03-18 19:09:56 -040061 }
62 builders {
63 name: "mac_no_v8"
64 }
65 builders {
dsinclair720217d2016-06-07 08:07:22 -070066 name: "mac_skia"
dsinclair720217d2016-06-07 08:07:22 -070067 }
68 builders {
weili6028b3c2016-06-21 12:07:01 -070069 name: "mac_xfa"
dan sinclair7c90a012016-03-18 19:09:56 -040070 }
71 builders {
thestig2e969ea2016-11-07 15:04:15 -080072 name: "mac_xfa_rel"
73 }
74 builders {
weili6028b3c2016-06-21 12:07:01 -070075 name: "win"
dan sinclair7c90a012016-03-18 19:09:56 -040076 }
77 builders {
78 name: "win_no_v8"
79 }
weilif6d9a612016-05-12 16:02:37 -070080 builders {
dsinclair720217d2016-06-07 08:07:22 -070081 name: "win_skia"
dsinclair720217d2016-06-07 08:07:22 -070082 }
83 builders {
weili6028b3c2016-06-21 12:07:01 -070084 name: "win_xfa"
weilif6d9a612016-05-12 16:02:37 -070085 }
86 builders {
thestig2e969ea2016-11-07 15:04:15 -080087 name: "win_xfa_32"
88 }
89 builders {
weili6028b3c2016-06-21 12:07:01 -070090 name: "win_xfa_clang"
weilif6d9a612016-05-12 16:02:37 -070091 }
thestig2e969ea2016-11-07 15:04:15 -080092 builders {
93 name: "win_xfa_clang_32"
94 }
95 builders {
96 name: "win_xfa_rel"
97 }
dan sinclair7c90a012016-03-18 19:09:56 -040098 }
99 }
100}