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

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

Issue 2486463002: Sync pdfium tryserver configs with main pdfium waterfall. (Closed)
Patch Set: fix config 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 30 matching lines...) Expand all
41 "linux_no_v8": { 41 "linux_no_v8": {
42 "recipe": "pdfium", 42 "recipe": "pdfium",
43 "scheduler": None, 43 "scheduler": None,
44 "slave_pools": ["linux_slave_pool"], 44 "slave_pools": ["linux_slave_pool"],
45 "slavebuilddir": "pdfium", 45 "slavebuilddir": "pdfium",
46 "category": "2no_v8", 46 "category": "2no_v8",
47 "properties": { 47 "properties": {
48 "v8": False, 48 "v8": False,
49 } 49 }
50 }, 50 },
51 "linux_skia": {
52 "recipe": "pdfium",
53 "scheduler": None,
54 "slave_pools": ["linux_slave_pool"],
55 "slavebuilddir": "pdfium",
56 "category": "4skia",
57 "properties": {
58 "skia": True,
59 "xfa": True,
60 "skip_test": True,
61 }
62 },
63 "linux_xfa": { 51 "linux_xfa": {
64 "recipe": "pdfium", 52 "recipe": "pdfium",
65 "scheduler": None, 53 "scheduler": None,
66 "slave_pools": ["linux_slave_pool"], 54 "slave_pools": ["linux_slave_pool"],
55 "slavebuilddir": "pdfium",
56 "category": "1xfa",
57 "properties": {
58 "xfa": True,
59 }
60 },
61 "linux_xfa_asan_lsan": {
62 "recipe": "pdfium",
63 "scheduler": None,
64 "slave_pools": ["linux_slave_pool"],
67 "slavebuilddir": "pdfium", 65 "slavebuilddir": "pdfium",
68 "category": "1xfa", 66 "category": "1xfa",
69 "properties": { 67 "properties": {
70 "xfa": True, 68 "xfa": True,
71 }
72 },
73 "linux_xfa_asan_lsan": {
74 "recipe": "pdfium",
75 "scheduler": None,
76 "slave_pools": ["linux_slave_pool"],
77 "category": "1xfa",
78 "properties": {
79 "xfa": True,
80 "memory_tool": "asan", 69 "memory_tool": "asan",
81 }, 70 },
82 }, 71 },
72 "linux_xfa_rel": {
73 "recipe": "pdfium",
74 "scheduler": None,
75 "slave_pools": ["linux_slave_pool"],
76 "slavebuilddir": "pdfium",
77 "category": "1xfa",
78 "properties": {
79 "xfa": True,
80 "rel": True,
81 },
82 },
83 "linux_skia": {
Wei Li 2016/11/07 20:41:32 Reordering is not necessary since whether to put a
Lei Zhang 2016/11/07 21:21:55 - The reordering certainly does not matter from th
84 "recipe": "pdfium",
85 "scheduler": None,
86 "slave_pools": ["linux_slave_pool"],
87 "slavebuilddir": "pdfium",
88 "category": "4skia",
89 "properties": {
90 "skia": True,
91 "xfa": True,
92 "skip_test": 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,
93 "slave_pools": ["mac_slave_pool"], 105 "slave_pools": ["mac_slave_pool"],
94 "slavebuilddir": "pdfium", 106 "slavebuilddir": "pdfium",
95 "category": "2no_v8", 107 "category": "2no_v8",
96 "properties": { 108 "properties": {
97 "v8": False, 109 "v8": False,
98 } 110 }
99 }, 111 },
100 "mac_skia": {
101 "recipe": "pdfium",
102 "scheduler": None,
103 "slave_pools": ["mac_slave_pool"],
104 "slavebuilddir": "pdfium",
105 "category": "4skia",
106 "properties": {
107 "skia": True,
108 "xfa": True,
109 "skip_test": True,
110 }
111 },
112 "mac_xfa": { 112 "mac_xfa": {
113 "recipe": "pdfium", 113 "recipe": "pdfium",
114 "scheduler": None, 114 "scheduler": None,
115 "slave_pools": ["mac_slave_pool"], 115 "slave_pools": ["mac_slave_pool"],
116 "slavebuilddir": "pdfium",
117 "category": "1xfa",
118 "properties": {
119 "xfa": True,
120 }
121 },
122 "mac_xfa_rel": {
123 "recipe": "pdfium",
124 "scheduler": None,
125 "slave_pools": ["mac_slave_pool"],
116 "slavebuilddir": "pdfium", 126 "slavebuilddir": "pdfium",
117 "category": "1xfa", 127 "category": "1xfa",
118 "properties": { 128 "properties": {
119 "xfa": True, 129 "xfa": True,
130 "rel": True,
131 },
132 },
133 "mac_skia": {
134 "recipe": "pdfium",
135 "scheduler": None,
136 "slave_pools": ["mac_slave_pool"],
137 "slavebuilddir": "pdfium",
138 "category": "4skia",
139 "properties": {
140 "skia": True,
141 "xfa": True,
142 "skip_test": True,
120 } 143 }
121 }, 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,
132 "slave_pools": ["win_slave_pool"], 155 "slave_pools": ["win_slave_pool"],
133 "slavebuilddir": "pdfium", 156 "slavebuilddir": "pdfium",
134 "category": "2no_v8", 157 "category": "2no_v8",
135 "properties": { 158 "properties": {
136 "v8": False, 159 "v8": False,
137 } 160 }
138 }, 161 },
139 "win_skia": {
140 "recipe": "pdfium",
141 "scheduler": None,
142 "slave_pools": ["win_slave_pool"],
143 "slavebuilddir": "pdfium",
144 "category": "4skia",
145 "properties": {
146 "skia": True,
147 "xfa": True,
148 "skip_test": True,
149 }
150 },
151 "win_xfa": { 162 "win_xfa": {
152 "recipe": "pdfium", 163 "recipe": "pdfium",
153 "scheduler": None, 164 "scheduler": None,
154 "slave_pools": ["win_slave_pool"], 165 "slave_pools": ["win_slave_pool"],
166 "slavebuilddir": "pdfium",
167 "category": "1xfa",
168 "properties": {
169 "xfa": True,
170 }
171 },
172 "win_xfa_32": {
173 "recipe": "pdfium",
174 "scheduler": None,
175 "slave_pools": ["win_slave_pool"],
155 "slavebuilddir": "pdfium", 176 "slavebuilddir": "pdfium",
156 "category": "1xfa", 177 "category": "1xfa",
157 "properties": { 178 "properties": {
158 "xfa": True, 179 "xfa": True,
159 } 180 "target_cpu": "x86",
181 },
160 }, 182 },
161 "win_xfa_clang": { 183 "win_xfa_clang": {
162 "recipe": "pdfium", 184 "recipe": "pdfium",
163 "scheduler": None, 185 "scheduler": None,
164 "slave_pools": ["win_slave_pool"], 186 "slave_pools": ["win_slave_pool"],
187 "slavebuilddir": "pdfium",
165 "category": "1xfa", 188 "category": "1xfa",
166 "properties": { 189 "properties": {
167 "xfa": True, 190 "xfa": True,
168 "clang": True, 191 "clang": True,
169 }, 192 },
170 }, 193 },
194 "win_xfa_clang_32": {
195 "recipe": "pdfium",
196 "scheduler": None,
197 "slave_pools": ["win_slave_pool"],
198 "slavebuilddir": "pdfium",
199 "category": "1xfa",
200 "properties": {
201 "xfa": True,
202 "clang": True,
203 "target_cpu": "x86",
204 },
205 },
206 "win_xfa_rel": {
207 "recipe": "pdfium",
208 "scheduler": None,
209 "slave_pools": ["win_slave_pool"],
210 "slavebuilddir": "pdfium",
211 "category": "1xfa",
212 "properties": {
213 "xfa": True,
214 "rel": True,
215 }
216 },
217 "win_skia": {
218 "recipe": "pdfium",
219 "scheduler": None,
220 "slave_pools": ["win_slave_pool"],
221 "slavebuilddir": "pdfium",
222 "category": "4skia",
223 "properties": {
224 "skia": True,
225 "xfa": True,
226 "skip_test": 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