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

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

Issue 2451553003: Remove drmemory bots from master.client.pdfium (Closed)
Patch Set: 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 | 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": "Master3", 2 "master_base_class": "Master3",
3 "master_classname": "Pdfium", 3 "master_classname": "Pdfium",
4 "master_port": 20310, 4 "master_port": 20310,
5 "master_port_alt": 40310, 5 "master_port_alt": 40310,
6 "slave_port": 30310, 6 "slave_port": 30310,
7 "templates": ["templates", "../master.chromium/templates"], 7 "templates": ["templates", "../master.chromium/templates"],
8 8
9 "builders": { 9 "builders": {
10 "android": { 10 "android": {
11 "recipe": "pdfium", 11 "recipe": "pdfium",
12 "scheduler": "pdfium_commits", 12 "scheduler": "pdfium_commits",
13 "slave_pools": ["android"], 13 "slave_pools": ["android"],
14 "category": "0main", 14 "category": "0main",
15 "properties": { 15 "properties": {
16 "skip_test": True, 16 "skip_test": True,
17 "target_os": "android", 17 "target_os": "android",
18 }, 18 },
19 }, 19 },
20 "drm_win_xfa": {
21 "recipe": "pdfium",
22 "scheduler": "pdfium_commits",
23 "slave_pools": ["drmemory_win"],
24 "category": "1xfa",
25 "properties": {
26 "xfa": True,
27 "memory_tool": "drmemory",
28 "target_cpu": "x86",
29 },
30 },
31 "linux": { 20 "linux": {
32 "recipe": "pdfium", 21 "recipe": "pdfium",
33 "scheduler": "pdfium_commits", 22 "scheduler": "pdfium_commits",
34 "slave_pools": ["linux_trusty"], 23 "slave_pools": ["linux_trusty"],
35 "category": "0main", 24 "category": "0main",
36 }, 25 },
37 "linux_asan_lsan": { 26 "linux_asan_lsan": {
38 "recipe": "pdfium", 27 "recipe": "pdfium",
39 "scheduler": "pdfium_commits", 28 "scheduler": "pdfium_commits",
40 "slave_pools": ["linux_trusty"], 29 "slave_pools": ["linux_trusty"],
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 }, 224 },
236 "slaves": [ 225 "slaves": [
237 "vm29-m3", 226 "vm29-m3",
238 "vm51-m3", 227 "vm51-m3",
239 "vm115-m3", 228 "vm115-m3",
240 "vm119-m3", 229 "vm119-m3",
241 "vm121-m3", 230 "vm121-m3",
242 "vm144-m3", 231 "vm144-m3",
243 ], 232 ],
244 }, 233 },
245 "drmemory_win": {
246 "slave_data": {
247 "bits": 64,
248 "os": "win",
249 "version": "win7",
250 },
251 "slaves": [
252 "vm270-m3",
253 ],
254 },
255 }, 234 },
256 } 235 }
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