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

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

Issue 2486463002: Sync pdfium tryserver configs with main pdfium waterfall. (Closed)
Patch Set: alphabetical order Created 4 years, 1 month 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 { 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",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "slavebuilddir": "pdfium", 67 "slavebuilddir": "pdfium",
68 "category": "1xfa", 68 "category": "1xfa",
69 "properties": { 69 "properties": {
70 "xfa": True, 70 "xfa": True,
71 } 71 }
72 }, 72 },
73 "linux_xfa_asan_lsan": { 73 "linux_xfa_asan_lsan": {
74 "recipe": "pdfium", 74 "recipe": "pdfium",
75 "scheduler": None, 75 "scheduler": None,
76 "slave_pools": ["linux_slave_pool"], 76 "slave_pools": ["linux_slave_pool"],
77 "slavebuilddir": "pdfium",
77 "category": "1xfa", 78 "category": "1xfa",
78 "properties": { 79 "properties": {
79 "xfa": True, 80 "xfa": True,
80 "memory_tool": "asan", 81 "memory_tool": "asan",
81 }, 82 },
82 }, 83 },
84 "linux_xfa_rel": {
85 "recipe": "pdfium",
86 "scheduler": None,
87 "slave_pools": ["linux_slave_pool"],
88 "slavebuilddir": "pdfium",
89 "category": "1xfa",
90 "properties": {
91 "xfa": True,
92 "rel": True,
93 },
94 },
83 "mac": { 95 "mac": {
84 "recipe": "pdfium", 96 "recipe": "pdfium",
85 "scheduler": None, 97 "scheduler": None,
86 "slave_pools": ["mac_slave_pool"], 98 "slave_pools": ["mac_slave_pool"],
87 "slavebuilddir": "pdfium", 99 "slavebuilddir": "pdfium",
88 "category": "0main", 100 "category": "0main",
89 }, 101 },
90 "mac_no_v8": { 102 "mac_no_v8": {
91 "recipe": "pdfium", 103 "recipe": "pdfium",
92 "scheduler": None, 104 "scheduler": None,
(...skipping 19 matching lines...) Expand all
112 "mac_xfa": { 124 "mac_xfa": {
113 "recipe": "pdfium", 125 "recipe": "pdfium",
114 "scheduler": None, 126 "scheduler": None,
115 "slave_pools": ["mac_slave_pool"], 127 "slave_pools": ["mac_slave_pool"],
116 "slavebuilddir": "pdfium", 128 "slavebuilddir": "pdfium",
117 "category": "1xfa", 129 "category": "1xfa",
118 "properties": { 130 "properties": {
119 "xfa": True, 131 "xfa": True,
120 } 132 }
121 }, 133 },
134 "mac_xfa_rel": {
135 "recipe": "pdfium",
136 "scheduler": None,
137 "slave_pools": ["mac_slave_pool"],
138 "slavebuilddir": "pdfium",
139 "category": "1xfa",
140 "properties": {
141 "xfa": True,
142 "rel": True,
143 },
144 },
122 "win": { 145 "win": {
123 "recipe": "pdfium", 146 "recipe": "pdfium",
124 "scheduler": None, 147 "scheduler": None,
125 "slave_pools": ["win_slave_pool"], 148 "slave_pools": ["win_slave_pool"],
126 "slavebuilddir": "pdfium", 149 "slavebuilddir": "pdfium",
127 "category": "0main", 150 "category": "0main",
128 }, 151 },
129 "win_no_v8": { 152 "win_no_v8": {
130 "recipe": "pdfium", 153 "recipe": "pdfium",
131 "scheduler": None, 154 "scheduler": None,
(...skipping 19 matching lines...) Expand all
151 "win_xfa": { 174 "win_xfa": {
152 "recipe": "pdfium", 175 "recipe": "pdfium",
153 "scheduler": None, 176 "scheduler": None,
154 "slave_pools": ["win_slave_pool"], 177 "slave_pools": ["win_slave_pool"],
155 "slavebuilddir": "pdfium", 178 "slavebuilddir": "pdfium",
156 "category": "1xfa", 179 "category": "1xfa",
157 "properties": { 180 "properties": {
158 "xfa": True, 181 "xfa": True,
159 } 182 }
160 }, 183 },
184 "win_xfa_32": {
185 "recipe": "pdfium",
186 "scheduler": None,
187 "slave_pools": ["win_slave_pool"],
188 "slavebuilddir": "pdfium",
189 "category": "1xfa",
190 "properties": {
191 "xfa": True,
192 "target_cpu": "x86",
193 },
194 },
161 "win_xfa_clang": { 195 "win_xfa_clang": {
162 "recipe": "pdfium", 196 "recipe": "pdfium",
163 "scheduler": None, 197 "scheduler": None,
164 "slave_pools": ["win_slave_pool"], 198 "slave_pools": ["win_slave_pool"],
199 "slavebuilddir": "pdfium",
165 "category": "1xfa", 200 "category": "1xfa",
166 "properties": { 201 "properties": {
167 "xfa": True, 202 "xfa": True,
168 "clang": True, 203 "clang": True,
169 }, 204 },
170 }, 205 },
206 "win_xfa_clang_32": {
207 "recipe": "pdfium",
208 "scheduler": None,
209 "slave_pools": ["win_slave_pool"],
210 "slavebuilddir": "pdfium",
211 "category": "1xfa",
212 "properties": {
213 "xfa": True,
214 "clang": True,
215 "target_cpu": "x86",
216 },
217 },
218 "win_xfa_rel": {
219 "recipe": "pdfium",
220 "scheduler": None,
221 "slave_pools": ["win_slave_pool"],
222 "slavebuilddir": "pdfium",
223 "category": "1xfa",
224 "properties": {
225 "xfa": True,
226 "rel": True,
227 }
228 },
171 }, 229 },
172 230
173 "schedulers": {}, 231 "schedulers": {},
174 232
175 "slave_pools": { 233 "slave_pools": {
176 "android_slave_pool": { 234 "android_slave_pool": {
177 "slave_data": { 235 "slave_data": {
178 "bits": 64, 236 "bits": 64,
179 "os": "linux", 237 "os": "linux",
180 "version": "trusty", 238 "version": "trusty",
(...skipping 19 matching lines...) Expand all
200 "win_slave_pool": { 258 "win_slave_pool": {
201 "slave_data": { 259 "slave_data": {
202 "bits": 64, 260 "bits": 64,
203 "os": "win", 261 "os": "win",
204 "version": "win7", 262 "version": "win7",
205 }, 263 },
206 "slaves": ["vm345-m4", "vm155-m4", "vm1081-m4", "vm1082-m4"], 264 "slaves": ["vm345-m4", "vm155-m4", "vm1081-m4", "vm1082-m4"],
207 }, 265 },
208 }, 266 },
209 } 267 }
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