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

Side by Side Diff: masters/master.tryserver.client.pdfium/builders.pyl

Issue 2142353004: Switch all buildbots to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: small fixes Created 4 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.client.pdfium/builders.pyl ('k') | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "master_base_class": "Master4a", 2 "master_base_class": "Master4a",
3 "master_classname": "PDFiumTryserver", 3 "master_classname": "PDFiumTryserver",
4 "master_port": 21405, 4 "master_port": 21405,
5 "master_port_alt": 26405, 5 "master_port_alt": 26405,
6 "slave_port": 31405, 6 "slave_port": 31405,
7 "templates": ["../master.chromium/templates"], 7 "templates": ["../master.chromium/templates"],
8 8
9 "service_account_file": "service-account-chromium-tryserver.json", 9 "service_account_file": "service-account-chromium-tryserver.json",
10 "buildbucket_bucket": "master.tryserver.client.pdfium", 10 "buildbucket_bucket": "master.tryserver.client.pdfium",
11 11
12 "builders": { 12 "builders": {
13 "android": {
14 "recipe": "pdfium",
15 "scheduler": None,
16 "slave_pools": ["android_slave_pool"],
17 "slavebuilddir": "pdfium",
18 "category": "0main",
19 "properties": {
20 "skip_test": True,
21 "target_os": "android",
22 },
23 },
13 "linux": { 24 "linux": {
14 "recipe": "pdfium", 25 "recipe": "pdfium",
15 "scheduler": None, 26 "scheduler": None,
16 "slave_pools": ["linux_slave_pool"], 27 "slave_pools": ["linux_slave_pool"],
17 "slavebuilddir": "pdfium", 28 "slavebuilddir": "pdfium",
18 "category": "0main", 29 "category": "0main",
19 }, 30 },
20 "linux_xfa": { 31 "linux_no_v8": {
21 "recipe": "pdfium", 32 "recipe": "pdfium",
22 "scheduler": None, 33 "scheduler": None,
23 "slave_pools": ["linux_slave_pool"], 34 "slave_pools": ["linux_slave_pool"],
24 "slavebuilddir": "pdfium", 35 "slavebuilddir": "pdfium",
25 "category": "1xfa", 36 "category": "2no_v8",
26 "properties": { 37 "properties": {
27 "xfa": True, 38 "v8": False,
28 } 39 }
29 }, 40 },
30 "linux_skia": { 41 "linux_skia": {
31 "recipe": "pdfium", 42 "recipe": "pdfium",
32 "scheduler": None, 43 "scheduler": None,
33 "slave_pools": ["linux_slave_pool"], 44 "slave_pools": ["linux_slave_pool"],
34 "slavebuilddir": "pdfium", 45 "slavebuilddir": "pdfium",
35 "category": "4skia", 46 "category": "4skia",
36 "properties": { 47 "properties": {
37 "skia": True, 48 "skia": True,
38 "xfa": True, 49 "xfa": True,
39 "gn": True,
40 "skip_test": True, 50 "skip_test": True,
41 } 51 }
42 }, 52 },
43 "linux_no_v8": { 53 "linux_xfa": {
44 "recipe": "pdfium", 54 "recipe": "pdfium",
45 "scheduler": None, 55 "scheduler": None,
46 "slave_pools": ["linux_slave_pool"], 56 "slave_pools": ["linux_slave_pool"],
47 "slavebuilddir": "pdfium", 57 "slavebuilddir": "pdfium",
48 "category": "2no_v8", 58 "category": "1xfa",
49 "properties": { 59 "properties": {
50 "v8": False, 60 "xfa": True,
51 } 61 }
52 }, 62 },
53 "linux_xfa_rel_gn": { 63 "linux_xfa_rel_gyp": {
54 "recipe": "pdfium", 64 "recipe": "pdfium",
55 "scheduler": None, 65 "scheduler": None,
56 "slave_pools": ["linux_slave_pool"], 66 "slave_pools": ["linux_slave_pool"],
57 "slavebuilddir": "pdfium", 67 "slavebuilddir": "pdfium",
58 "category": "3xfa_gn", 68 "category": "3xfa_gyp",
59 "properties": { 69 "properties": {
60 "xfa": True, 70 "xfa": True,
61 "rel": True, 71 "rel": True,
62 "gn": True, 72 "gn": False,
63 } 73 }
64 }, 74 },
65
66 "mac": { 75 "mac": {
67 "recipe": "pdfium", 76 "recipe": "pdfium",
68 "scheduler": None, 77 "scheduler": None,
69 "slave_pools": ["mac_slave_pool"], 78 "slave_pools": ["mac_slave_pool"],
70 "slavebuilddir": "pdfium", 79 "slavebuilddir": "pdfium",
71 "category": "0main", 80 "category": "0main",
72 }, 81 },
82 "mac_no_v8": {
83 "recipe": "pdfium",
84 "scheduler": None,
85 "slave_pools": ["mac_slave_pool"],
86 "slavebuilddir": "pdfium",
87 "category": "2no_v8",
88 "properties": {
89 "v8": False,
90 }
91 },
73 "mac_skia": { 92 "mac_skia": {
74 "recipe": "pdfium", 93 "recipe": "pdfium",
75 "scheduler": None, 94 "scheduler": None,
76 "slave_pools": ["mac_slave_pool"], 95 "slave_pools": ["mac_slave_pool"],
77 "slavebuilddir": "pdfium", 96 "slavebuilddir": "pdfium",
78 "category": "4skia", 97 "category": "4skia",
79 "properties": { 98 "properties": {
80 "skia": True, 99 "skia": True,
81 "xfa": True, 100 "xfa": True,
82 "gn": True,
83 "skip_test": True, 101 "skip_test": True,
84 } 102 }
85 }, 103 },
86 "mac_xfa": { 104 "mac_xfa": {
87 "recipe": "pdfium", 105 "recipe": "pdfium",
88 "scheduler": None, 106 "scheduler": None,
89 "slave_pools": ["mac_slave_pool"], 107 "slave_pools": ["mac_slave_pool"],
90 "slavebuilddir": "pdfium", 108 "slavebuilddir": "pdfium",
91 "category": "1xfa", 109 "category": "1xfa",
92 "properties": { 110 "properties": {
93 "xfa": True, 111 "xfa": True,
94 } 112 }
95 }, 113 },
96 "mac_no_v8": { 114 "mac_xfa_rel_gyp": {
97 "recipe": "pdfium", 115 "recipe": "pdfium",
98 "scheduler": None, 116 "scheduler": None,
99 "slave_pools": ["mac_slave_pool"], 117 "slave_pools": ["mac_slave_pool"],
100 "slavebuilddir": "pdfium", 118 "slavebuilddir": "pdfium",
101 "category": "2no_v8", 119 "category": "3xfa_gyp",
102 "properties": {
103 "v8": False,
104 }
105 },
106 "mac_xfa_rel_gn": {
107 "recipe": "pdfium",
108 "scheduler": None,
109 "slave_pools": ["mac_slave_pool"],
110 "slavebuilddir": "pdfium",
111 "category": "3xfa_gn",
112 "properties": { 120 "properties": {
113 "xfa": True, 121 "xfa": True,
114 "rel": True, 122 "rel": True,
115 "gn": True, 123 "gn": False,
116 } 124 }
117 }, 125 },
118
119 "win": { 126 "win": {
120 "recipe": "pdfium", 127 "recipe": "pdfium",
121 "scheduler": None, 128 "scheduler": None,
122 "slave_pools": ["win_slave_pool"], 129 "slave_pools": ["win_slave_pool"],
123 "slavebuilddir": "pdfium", 130 "slavebuilddir": "pdfium",
124 "category": "0main", 131 "category": "0main",
125 }, 132 },
133 "win_no_v8": {
134 "recipe": "pdfium",
135 "scheduler": None,
136 "slave_pools": ["win_slave_pool"],
137 "slavebuilddir": "pdfium",
138 "category": "2no_v8",
139 "properties": {
140 "v8": False,
141 }
142 },
126 "win_skia": { 143 "win_skia": {
127 "recipe": "pdfium", 144 "recipe": "pdfium",
128 "scheduler": None, 145 "scheduler": None,
129 "slave_pools": ["win_slave_pool"], 146 "slave_pools": ["win_slave_pool"],
130 "slavebuilddir": "pdfium", 147 "slavebuilddir": "pdfium",
131 "category": "4skia", 148 "category": "4skia",
132 "properties": { 149 "properties": {
133 "skia": True, 150 "skia": True,
134 "xfa": True, 151 "xfa": True,
135 "gn": True,
136 "skip_test": True, 152 "skip_test": True,
137 } 153 }
138 }, 154 },
139 "win_xfa": { 155 "win_xfa": {
140 "recipe": "pdfium", 156 "recipe": "pdfium",
141 "scheduler": None, 157 "scheduler": None,
142 "slave_pools": ["win_slave_pool"], 158 "slave_pools": ["win_slave_pool"],
143 "slavebuilddir": "pdfium", 159 "slavebuilddir": "pdfium",
144 "category": "1xfa", 160 "category": "1xfa",
145 "properties": { 161 "properties": {
146 "xfa": True, 162 "xfa": True,
147 } 163 }
148 }, 164 },
149 "win_xfa_clang": { 165 "win_xfa_clang": {
150 "recipe": "pdfium", 166 "recipe": "pdfium",
151 "scheduler": None, 167 "scheduler": None,
152 "slave_pools": ["win_slave_pool"], 168 "slave_pools": ["win_slave_pool"],
153 "category": "1xfa", 169 "category": "1xfa",
154 "properties": { 170 "properties": {
155 "xfa": True, 171 "xfa": True,
156 "clang": True, 172 "clang": True,
157 }, 173 },
158 }, 174 },
159 "win_no_v8": { 175 "win_xfa_rel_gyp": {
160 "recipe": "pdfium", 176 "recipe": "pdfium",
161 "scheduler": None, 177 "scheduler": None,
162 "slave_pools": ["win_slave_pool"], 178 "slave_pools": ["win_slave_pool"],
163 "slavebuilddir": "pdfium", 179 "slavebuilddir": "pdfium",
164 "category": "2no_v8", 180 "category": "3xfa_gyp",
165 "properties": {
166 "v8": False,
167 }
168 },
169 "win_xfa_64_rel_gn": {
170 "recipe": "pdfium",
171 "scheduler": None,
172 "slave_pools": ["win_slave_pool"],
173 "slavebuilddir": "pdfium",
174 "category": "3xfa_gn",
175 "properties": { 181 "properties": {
176 "xfa": True, 182 "xfa": True,
177 "win64": True,
178 "rel": True, 183 "rel": True,
179 "gn": True, 184 "gn": False,
180 } 185 }
181 }, 186 },
182
183 "android": {
184 "recipe": "pdfium",
185 "scheduler": None,
186 "slave_pools": ["android_slave_pool"],
187 "slavebuilddir": "pdfium",
188 "category": "0main",
189 "properties": {
190 "gn": True,
191 "skip_test": True,
192 "target_os": "android",
193 },
194 },
195 }, 187 },
196 188
197 "schedulers": {}, 189 "schedulers": {},
198 190
199 "slave_pools": { 191 "slave_pools": {
200 "android_slave_pool": { 192 "android_slave_pool": {
201 "slave_data": { 193 "slave_data": {
202 "bits": 64, 194 "bits": 64,
203 "os": "linux", 195 "os": "linux",
204 "version": "trusty", 196 "version": "trusty",
(...skipping 19 matching lines...) Expand all
224 "win_slave_pool": { 216 "win_slave_pool": {
225 "slave_data": { 217 "slave_data": {
226 "bits": 64, 218 "bits": 64,
227 "os": "win", 219 "os": "win",
228 "version": "win7", 220 "version": "win7",
229 }, 221 },
230 "slaves": ["vm345-m4", "vm155-m4"], 222 "slaves": ["vm345-m4", "vm155-m4"],
231 }, 223 },
232 }, 224 },
233 } 225 }
OLDNEW
« no previous file with comments | « masters/master.client.pdfium/builders.pyl ('k') | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698