OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 "~followup_annotations": [ | 348 "~followup_annotations": [ |
349 "@@@STEP_LOG_LINE@json.output@[@@@", | 349 "@@@STEP_LOG_LINE@json.output@[@@@", |
350 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | 350 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
351 "@@@STEP_LOG_LINE@json.output@]@@@", | 351 "@@@STEP_LOG_LINE@json.output@]@@@", |
352 "@@@STEP_LOG_END@json.output@@@" | 352 "@@@STEP_LOG_END@json.output@@@" |
353 ] | 353 ] |
354 }, | 354 }, |
355 { | 355 { |
356 "cmd": [ | 356 "cmd": [ |
357 "[SLAVE_BUILD]/skia/out/Release/dm", | 357 "[SLAVE_BUILD]/skia/out/Release/dm", |
| 358 "--undefok", |
358 "--verbose", | 359 "--verbose", |
359 "--resourcePath", | 360 "--resourcePath", |
360 "[SLAVE_BUILD]/skia/resources", | 361 "[SLAVE_BUILD]/skia/resources", |
361 "--skps", | 362 "--skps", |
362 "[SLAVE_BUILD]/playback/skps", | 363 "[SLAVE_BUILD]/playback/skps", |
363 "--images", | 364 "--images", |
364 "[SLAVE_BUILD]/images", | 365 "[SLAVE_BUILD]/images", |
365 "--writePath", | 366 "--writePath", |
366 "[SLAVE_BUILD]/dm", | 367 "[SLAVE_BUILD]/dm", |
367 "--nameByHash", | 368 "--nameByHash", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 "164710", | 409 "164710", |
409 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", | 410 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", |
410 "5", | 411 "5", |
411 "", | 412 "", |
412 "[SLAVE_BUILD]/skia/common/py/utils" | 413 "[SLAVE_BUILD]/skia/common/py/utils" |
413 ], | 414 ], |
414 "cwd": "[SLAVE_BUILD]/skia", | 415 "cwd": "[SLAVE_BUILD]/skia", |
415 "name": "Upload DM Results" | 416 "name": "Upload DM Results" |
416 } | 417 } |
417 ] | 418 ] |
OLD | NEW |