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

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

Issue 2085733002: Add a windows_xfa_clang trybot and enable clang_use_chrome_plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 6 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 | « no previous file | 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",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "win_xfa": { 139 "win_xfa": {
140 "recipe": "pdfium", 140 "recipe": "pdfium",
141 "scheduler": None, 141 "scheduler": None,
142 "slave_pools": ["win_slave_pool"], 142 "slave_pools": ["win_slave_pool"],
143 "slavebuilddir": "pdfium", 143 "slavebuilddir": "pdfium",
144 "category": "1xfa", 144 "category": "1xfa",
145 "properties": { 145 "properties": {
146 "xfa": True, 146 "xfa": True,
147 } 147 }
148 }, 148 },
149 "win_xfa_clang": {
150 "recipe": "pdfium",
151 "scheduler": None,
152 "slave_pools": ["win_slave_pool"],
153 "category": "1xfa",
154 "properties": {
155 "xfa": True,
156 "clang": True,
157 },
158 },
149 "win_no_v8": { 159 "win_no_v8": {
150 "recipe": "pdfium", 160 "recipe": "pdfium",
151 "scheduler": None, 161 "scheduler": None,
152 "slave_pools": ["win_slave_pool"], 162 "slave_pools": ["win_slave_pool"],
153 "slavebuilddir": "pdfium", 163 "slavebuilddir": "pdfium",
154 "category": "2no_v8", 164 "category": "2no_v8",
155 "properties": { 165 "properties": {
156 "v8": False, 166 "v8": False,
157 } 167 }
158 }, 168 },
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "win_slave_pool": { 225 "win_slave_pool": {
216 "slave_data": { 226 "slave_data": {
217 "bits": 64, 227 "bits": 64,
218 "os": "win", 228 "os": "win",
219 "version": "win7", 229 "version": "win7",
220 }, 230 },
221 "slaves": ["vm345-m4", "vm155-m4"], 231 "slaves": ["vm345-m4", "vm155-m4"],
222 }, 232 },
223 }, 233 },
224 } 234 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698