OLD | NEW |
1 { | 1 { |
2 'TargetPath': <Object>, | 2 'TargetPath': <Object>, |
3 '_autogen_svn_password_file': '.autogen_svn_password', | 3 '_autogen_svn_password_file': '.autogen_svn_password', |
4 '_autogen_svn_username_file': '.autogen_svn_username', | 4 '_autogen_svn_username_file': '.autogen_svn_username', |
5 '_build_targets': [], | 5 '_build_targets': [], |
6 '_builder_name': 'Housekeeper-Nightly', | 6 '_builder_name': 'Housekeeper-Nightly', |
7 '_common_args': [ | 7 '_common_args': [ |
8 '--autogen_svn_baseurl', | 8 '--autogen_svn_baseurl', |
9 'https://skia-autogen.googlecode.com/svn', | 9 'https://skia-autogen.googlecode.com/svn', |
10 '--configuration', | 10 '--configuration', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 '--num_cores', | 96 '--num_cores', |
97 <Object>, | 97 <Object>, |
98 '--is_try', | 98 '--is_try', |
99 'False', | 99 'False', |
100 '--bench_pictures_cfg', | 100 '--bench_pictures_cfg', |
101 'default', | 101 'default', |
102 ], | 102 ], |
103 'description': 'UpdateScripts', | 103 'description': 'UpdateScripts', |
104 'doStepIf': <Object>, | 104 'doStepIf': <Object>, |
105 'env': {}, | 105 'env': {}, |
| 106 'exception_on_failure': <Object>, |
106 'flunkOnFailure': <Object>, | 107 'flunkOnFailure': <Object>, |
107 'get_props_from_stdout': { | 108 'get_props_from_stdout': { |
108 'buildbot_revision': 'Skiabot scripts updated to (\w+)', | 109 'buildbot_revision': 'Skiabot scripts updated to (\w+)', |
109 }, | 110 }, |
110 'haltOnFailure': <Object>, | 111 'haltOnFailure': <Object>, |
111 'hideStepIf': <Object>, | 112 'hideStepIf': <Object>, |
112 'is_rebaseline_step': <Object>, | 113 'is_rebaseline_step': <Object>, |
113 'is_upload_step': <Object>, | 114 'is_upload_step': <Object>, |
114 'timeout': <Object>, | 115 'timeout': <Object>, |
115 'workdir': 'build', | 116 'workdir': 'build', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 '--is_try', | 154 '--is_try', |
154 'False', | 155 'False', |
155 '--bench_pictures_cfg', | 156 '--bench_pictures_cfg', |
156 'default', | 157 'default', |
157 '--gclient_solutions', | 158 '--gclient_solutions', |
158 '"['{ "name": "skia", "url": "https://skia.googlesource.com/
skia.git", "custom_deps": {},"custom_vars": {},},']"', | 159 '"['{ "name": "skia", "url": "https://skia.googlesource.com/
skia.git", "custom_deps": {},"custom_vars": {},},']"', |
159 ], | 160 ], |
160 'description': 'Update', | 161 'description': 'Update', |
161 'doStepIf': <Object>, | 162 'doStepIf': <Object>, |
162 'env': {}, | 163 'env': {}, |
| 164 'exception_on_failure': <Object>, |
163 'flunkOnFailure': <Object>, | 165 'flunkOnFailure': <Object>, |
164 'get_props_from_stdout': { | 166 'get_props_from_stdout': { |
165 'got_revision': 'Skia updated to (\w+)', | 167 'got_revision': 'Skia updated to (\w+)', |
166 }, | 168 }, |
167 'haltOnFailure': <Object>, | 169 'haltOnFailure': <Object>, |
168 'hideStepIf': <Object>, | 170 'hideStepIf': <Object>, |
169 'is_rebaseline_step': <Object>, | 171 'is_rebaseline_step': <Object>, |
170 'is_upload_step': <Object>, | 172 'is_upload_step': <Object>, |
171 'timeout': <Object>, | 173 'timeout': <Object>, |
172 'workdir': 'build', | 174 'workdir': 'build', |
173 }, | 175 }, |
174 ], | 176 ], |
175 [ | 177 [ |
176 <Object>, | 178 <Object>, |
177 { | 179 { |
178 'alwaysRun': <Object>, | 180 'alwaysRun': <Object>, |
179 'command': 'python tools/sanitize_source_files.py', | 181 'command': 'python tools/sanitize_source_files.py', |
180 'description': 'RunSanitization', | 182 'description': 'RunSanitization', |
181 'doStepIf': <Object>, | 183 'doStepIf': <Object>, |
182 'env': {}, | 184 'env': {}, |
| 185 'exception_on_failure': <Object>, |
183 'flunkOnFailure': <Object>, | 186 'flunkOnFailure': <Object>, |
184 'get_props_from_stdout': None, | 187 'get_props_from_stdout': None, |
185 'haltOnFailure': <Object>, | 188 'haltOnFailure': <Object>, |
186 'hideStepIf': <Object>, | 189 'hideStepIf': <Object>, |
187 'is_rebaseline_step': <Object>, | 190 'is_rebaseline_step': <Object>, |
188 'is_upload_step': <Object>, | 191 'is_upload_step': <Object>, |
189 'timeout': <Object>, | 192 'timeout': <Object>, |
190 'workdir': 'build/skia', | 193 'workdir': 'build/skia', |
191 }, | 194 }, |
192 ], | 195 ], |
193 [ | 196 [ |
194 <Object>, | 197 <Object>, |
195 { | 198 { |
196 'alwaysRun': <Object>, | 199 'alwaysRun': <Object>, |
197 'command': 'rm -rf /tmp/sanitize-merge', | 200 'command': 'rm -rf /tmp/sanitize-merge', |
198 'description': 'Cleanup', | 201 'description': 'Cleanup', |
199 'doStepIf': <Object>, | 202 'doStepIf': <Object>, |
200 'env': {}, | 203 'env': {}, |
| 204 'exception_on_failure': <Object>, |
201 'flunkOnFailure': <Object>, | 205 'flunkOnFailure': <Object>, |
202 'get_props_from_stdout': None, | 206 'get_props_from_stdout': None, |
203 'haltOnFailure': <Object>, | 207 'haltOnFailure': <Object>, |
204 'hideStepIf': <Object>, | 208 'hideStepIf': <Object>, |
205 'is_rebaseline_step': <Object>, | 209 'is_rebaseline_step': <Object>, |
206 'is_upload_step': <Object>, | 210 'is_upload_step': <Object>, |
207 'timeout': <Object>, | 211 'timeout': <Object>, |
208 'workdir': 'build/skia', | 212 'workdir': 'build/skia', |
209 }, | 213 }, |
210 ], | 214 ], |
(...skipping 13 matching lines...) Expand all Loading... |
224 '--source_dir_path', | 228 '--source_dir_path', |
225 '.', | 229 '.', |
226 '--svn_password_file', | 230 '--svn_password_file', |
227 '.skia_svn_password', | 231 '.skia_svn_password', |
228 '--svn_username_file', | 232 '--svn_username_file', |
229 '.skia_svn_username', | 233 '.skia_svn_username', |
230 ], | 234 ], |
231 'description': 'UploadSanitizedFiles', | 235 'description': 'UploadSanitizedFiles', |
232 'doStepIf': <Object>, | 236 'doStepIf': <Object>, |
233 'env': {}, | 237 'env': {}, |
| 238 'exception_on_failure': <Object>, |
234 'flunkOnFailure': <Object>, | 239 'flunkOnFailure': <Object>, |
235 'get_props_from_stdout': None, | 240 'get_props_from_stdout': None, |
236 'haltOnFailure': <Object>, | 241 'haltOnFailure': <Object>, |
237 'hideStepIf': <Object>, | 242 'hideStepIf': <Object>, |
238 'is_rebaseline_step': <Object>, | 243 'is_rebaseline_step': <Object>, |
239 'is_upload_step': <Object>, | 244 'is_upload_step': <Object>, |
240 'timeout': <Object>, | 245 'timeout': <Object>, |
241 'workdir': 'build/skia', | 246 'workdir': 'build/skia', |
242 }, | 247 }, |
243 ], | 248 ], |
244 [ | 249 [ |
245 <Object>, | 250 <Object>, |
246 { | 251 { |
247 'alwaysRun': <Object>, | 252 'alwaysRun': <Object>, |
248 'command': '../../../../../../slave/skia_slave_scripts/run-clang
-static-analyzer.sh', | 253 'command': '../../../../../../slave/skia_slave_scripts/run-clang
-static-analyzer.sh', |
249 'description': 'RunClangStaticAnalyzer', | 254 'description': 'RunClangStaticAnalyzer', |
250 'doStepIf': <Object>, | 255 'doStepIf': <Object>, |
251 'env': {}, | 256 'env': {}, |
| 257 'exception_on_failure': <Object>, |
252 'flunkOnFailure': <Object>, | 258 'flunkOnFailure': <Object>, |
253 'get_props_from_stdout': None, | 259 'get_props_from_stdout': None, |
254 'haltOnFailure': <Object>, | 260 'haltOnFailure': <Object>, |
255 'hideStepIf': <Object>, | 261 'hideStepIf': <Object>, |
256 'is_rebaseline_step': <Object>, | 262 'is_rebaseline_step': <Object>, |
257 'is_upload_step': <Object>, | 263 'is_upload_step': <Object>, |
258 'timeout': <Object>, | 264 'timeout': <Object>, |
259 'workdir': 'build/skia', | 265 'workdir': 'build/skia', |
260 }, | 266 }, |
261 ], | 267 ], |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 '--num_cores', | 301 '--num_cores', |
296 <Object>, | 302 <Object>, |
297 '--is_try', | 303 '--is_try', |
298 'False', | 304 'False', |
299 '--bench_pictures_cfg', | 305 '--bench_pictures_cfg', |
300 'default', | 306 'default', |
301 ], | 307 ], |
302 'description': 'CheckGoogleStorageTimestamps', | 308 'description': 'CheckGoogleStorageTimestamps', |
303 'doStepIf': <Object>, | 309 'doStepIf': <Object>, |
304 'env': {}, | 310 'env': {}, |
| 311 'exception_on_failure': <Object>, |
305 'flunkOnFailure': <Object>, | 312 'flunkOnFailure': <Object>, |
306 'get_props_from_stdout': None, | 313 'get_props_from_stdout': None, |
307 'haltOnFailure': <Object>, | 314 'haltOnFailure': <Object>, |
308 'hideStepIf': <Object>, | 315 'hideStepIf': <Object>, |
309 'is_rebaseline_step': <Object>, | 316 'is_rebaseline_step': <Object>, |
310 'is_upload_step': <Object>, | 317 'is_upload_step': <Object>, |
311 'timeout': <Object>, | 318 'timeout': <Object>, |
312 'workdir': 'build/skia', | 319 'workdir': 'build/skia', |
313 }, | 320 }, |
314 ], | 321 ], |
315 [ | 322 [ |
316 <Object>, | 323 <Object>, |
317 { | 324 { |
318 'alwaysRun': <Object>, | 325 'alwaysRun': <Object>, |
319 'command': 'SKIA_COMPUTE_ENGINE_HOSTNAME=skia-master-a.c.skia-bu
ildbots.google.com.internal PERSISTENT_DISK_NAME=/home/default/skia-repo ../../.
./../../../slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', | 326 'command': 'SKIA_COMPUTE_ENGINE_HOSTNAME=skia-master-a.c.skia-bu
ildbots.google.com.internal PERSISTENT_DISK_NAME=/home/default/skia-repo ../../.
./../../../slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', |
320 'description': 'CheckMasterDiskUsage', | 327 'description': 'CheckMasterDiskUsage', |
321 'doStepIf': <Object>, | 328 'doStepIf': <Object>, |
322 'env': {}, | 329 'env': {}, |
| 330 'exception_on_failure': <Object>, |
323 'flunkOnFailure': <Object>, | 331 'flunkOnFailure': <Object>, |
324 'get_props_from_stdout': None, | 332 'get_props_from_stdout': None, |
325 'haltOnFailure': <Object>, | 333 'haltOnFailure': <Object>, |
326 'hideStepIf': <Object>, | 334 'hideStepIf': <Object>, |
327 'is_rebaseline_step': <Object>, | 335 'is_rebaseline_step': <Object>, |
328 'is_upload_step': <Object>, | 336 'is_upload_step': <Object>, |
329 'timeout': <Object>, | 337 'timeout': <Object>, |
330 'workdir': 'build/skia', | 338 'workdir': 'build/skia', |
331 }, | 339 }, |
332 ], | 340 ], |
333 [ | 341 [ |
334 <Object>, | 342 <Object>, |
335 { | 343 { |
336 'alwaysRun': <Object>, | 344 'alwaysRun': <Object>, |
337 'command': <Object>, | 345 'command': <Object>, |
338 'description': 'CheckHousekeepingSlaveDiskUsage', | 346 'description': 'CheckHousekeepingSlaveDiskUsage', |
339 'doStepIf': <Object>, | 347 'doStepIf': <Object>, |
340 'env': {}, | 348 'env': {}, |
| 349 'exception_on_failure': <Object>, |
341 'flunkOnFailure': <Object>, | 350 'flunkOnFailure': <Object>, |
342 'get_props_from_stdout': None, | 351 'get_props_from_stdout': None, |
343 'haltOnFailure': <Object>, | 352 'haltOnFailure': <Object>, |
344 'hideStepIf': <Object>, | 353 'hideStepIf': <Object>, |
345 'is_rebaseline_step': <Object>, | 354 'is_rebaseline_step': <Object>, |
346 'is_upload_step': <Object>, | 355 'is_upload_step': <Object>, |
347 'timeout': <Object>, | 356 'timeout': <Object>, |
348 'workdir': 'build/skia', | 357 'workdir': 'build/skia', |
349 }, | 358 }, |
350 ], | 359 ], |
351 [ | 360 [ |
352 <Object>, | 361 <Object>, |
353 { | 362 { |
354 'alwaysRun': <Object>, | 363 'alwaysRun': <Object>, |
355 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile1-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', | 364 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile1-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', |
356 'description': 'CheckCompile1DiskUsage', | 365 'description': 'CheckCompile1DiskUsage', |
357 'doStepIf': <Object>, | 366 'doStepIf': <Object>, |
358 'env': {}, | 367 'env': {}, |
| 368 'exception_on_failure': <Object>, |
359 'flunkOnFailure': <Object>, | 369 'flunkOnFailure': <Object>, |
360 'get_props_from_stdout': None, | 370 'get_props_from_stdout': None, |
361 'haltOnFailure': <Object>, | 371 'haltOnFailure': <Object>, |
362 'hideStepIf': <Object>, | 372 'hideStepIf': <Object>, |
363 'is_rebaseline_step': <Object>, | 373 'is_rebaseline_step': <Object>, |
364 'is_upload_step': <Object>, | 374 'is_upload_step': <Object>, |
365 'timeout': <Object>, | 375 'timeout': <Object>, |
366 'workdir': 'build/skia', | 376 'workdir': 'build/skia', |
367 }, | 377 }, |
368 ], | 378 ], |
369 [ | 379 [ |
370 <Object>, | 380 <Object>, |
371 { | 381 { |
372 'alwaysRun': <Object>, | 382 'alwaysRun': <Object>, |
373 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile2-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', | 383 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile2-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', |
374 'description': 'CheckCompile2DiskUsage', | 384 'description': 'CheckCompile2DiskUsage', |
375 'doStepIf': <Object>, | 385 'doStepIf': <Object>, |
376 'env': {}, | 386 'env': {}, |
| 387 'exception_on_failure': <Object>, |
377 'flunkOnFailure': <Object>, | 388 'flunkOnFailure': <Object>, |
378 'get_props_from_stdout': None, | 389 'get_props_from_stdout': None, |
379 'haltOnFailure': <Object>, | 390 'haltOnFailure': <Object>, |
380 'hideStepIf': <Object>, | 391 'hideStepIf': <Object>, |
381 'is_rebaseline_step': <Object>, | 392 'is_rebaseline_step': <Object>, |
382 'is_upload_step': <Object>, | 393 'is_upload_step': <Object>, |
383 'timeout': <Object>, | 394 'timeout': <Object>, |
384 'workdir': 'build/skia', | 395 'workdir': 'build/skia', |
385 }, | 396 }, |
386 ], | 397 ], |
387 [ | 398 [ |
388 <Object>, | 399 <Object>, |
389 { | 400 { |
390 'alwaysRun': <Object>, | 401 'alwaysRun': <Object>, |
391 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile3-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', | 402 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile3-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', |
392 'description': 'CheckCompile3DiskUsage', | 403 'description': 'CheckCompile3DiskUsage', |
393 'doStepIf': <Object>, | 404 'doStepIf': <Object>, |
394 'env': {}, | 405 'env': {}, |
| 406 'exception_on_failure': <Object>, |
395 'flunkOnFailure': <Object>, | 407 'flunkOnFailure': <Object>, |
396 'get_props_from_stdout': None, | 408 'get_props_from_stdout': None, |
397 'haltOnFailure': <Object>, | 409 'haltOnFailure': <Object>, |
398 'hideStepIf': <Object>, | 410 'hideStepIf': <Object>, |
399 'is_rebaseline_step': <Object>, | 411 'is_rebaseline_step': <Object>, |
400 'is_upload_step': <Object>, | 412 'is_upload_step': <Object>, |
401 'timeout': <Object>, | 413 'timeout': <Object>, |
402 'workdir': 'build/skia', | 414 'workdir': 'build/skia', |
403 }, | 415 }, |
404 ], | 416 ], |
405 [ | 417 [ |
406 <Object>, | 418 <Object>, |
407 { | 419 { |
408 'alwaysRun': <Object>, | 420 'alwaysRun': <Object>, |
409 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile4-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', | 421 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile4-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', |
410 'description': 'CheckCompile4DiskUsage', | 422 'description': 'CheckCompile4DiskUsage', |
411 'doStepIf': <Object>, | 423 'doStepIf': <Object>, |
412 'env': {}, | 424 'env': {}, |
| 425 'exception_on_failure': <Object>, |
413 'flunkOnFailure': <Object>, | 426 'flunkOnFailure': <Object>, |
414 'get_props_from_stdout': None, | 427 'get_props_from_stdout': None, |
415 'haltOnFailure': <Object>, | 428 'haltOnFailure': <Object>, |
416 'hideStepIf': <Object>, | 429 'hideStepIf': <Object>, |
417 'is_rebaseline_step': <Object>, | 430 'is_rebaseline_step': <Object>, |
418 'is_upload_step': <Object>, | 431 'is_upload_step': <Object>, |
419 'timeout': <Object>, | 432 'timeout': <Object>, |
420 'workdir': 'build/skia', | 433 'workdir': 'build/skia', |
421 }, | 434 }, |
422 ], | 435 ], |
423 [ | 436 [ |
424 <Object>, | 437 <Object>, |
425 { | 438 { |
426 'alwaysRun': <Object>, | 439 'alwaysRun': <Object>, |
427 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile5-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', | 440 'command': 'DELETE_TRYBOT_DIRS=True SKIA_COMPUTE_ENGINE_HOSTNAME
=skia-compile5-a PERSISTENT_DISK_NAME=/home/default/skia-slave ../../../../../..
/slave/skia_slave_scripts/check_compute_engine_disk_usage.sh', |
428 'description': 'CheckCompile5DiskUsage', | 441 'description': 'CheckCompile5DiskUsage', |
429 'doStepIf': <Object>, | 442 'doStepIf': <Object>, |
430 'env': {}, | 443 'env': {}, |
| 444 'exception_on_failure': <Object>, |
431 'flunkOnFailure': <Object>, | 445 'flunkOnFailure': <Object>, |
432 'get_props_from_stdout': None, | 446 'get_props_from_stdout': None, |
433 'haltOnFailure': <Object>, | 447 'haltOnFailure': <Object>, |
434 'hideStepIf': <Object>, | 448 'hideStepIf': <Object>, |
435 'is_rebaseline_step': <Object>, | 449 'is_rebaseline_step': <Object>, |
436 'is_upload_step': <Object>, | 450 'is_upload_step': <Object>, |
437 'timeout': <Object>, | 451 'timeout': <Object>, |
438 'workdir': 'build/skia', | 452 'workdir': 'build/skia', |
439 }, | 453 }, |
440 ], | 454 ], |
441 ], | 455 ], |
442 } | 456 } |
OLD | NEW |