| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git.bat", | 4 "git.bat", |
| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "~followup_annotations": [ | 367 "~followup_annotations": [ |
| 368 "@@@STEP_LOG_LINE@json.output@[@@@", | 368 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 369 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
| 370 "@@@STEP_LOG_LINE@json.output@]@@@", | 370 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 371 "@@@STEP_LOG_END@json.output@@@" | 371 "@@@STEP_LOG_END@json.output@@@" |
| 372 ] | 372 ] |
| 373 }, | 373 }, |
| 374 { | 374 { |
| 375 "cmd": [ | 375 "cmd": [ |
| 376 "[SLAVE_BUILD]\\skia\\out\\Release\\dm", | 376 "[SLAVE_BUILD]\\skia\\out\\Release\\dm", |
| 377 "--undefok", |
| 377 "--verbose", | 378 "--verbose", |
| 378 "--resourcePath", | 379 "--resourcePath", |
| 379 "[SLAVE_BUILD]\\skia\\resources", | 380 "[SLAVE_BUILD]\\skia\\resources", |
| 380 "--skps", | 381 "--skps", |
| 381 "[SLAVE_BUILD]\\playback\\skps", | 382 "[SLAVE_BUILD]\\playback\\skps", |
| 382 "--images", | 383 "--images", |
| 383 "[SLAVE_BUILD]\\images", | 384 "[SLAVE_BUILD]\\images", |
| 384 "--writePath", | 385 "--writePath", |
| 385 "[SLAVE_BUILD]\\dm", | 386 "[SLAVE_BUILD]\\dm", |
| 386 "--nameByHash", | 387 "--nameByHash", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 "164710", | 421 "164710", |
| 421 "Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release", | 422 "Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release", |
| 422 "5", | 423 "5", |
| 423 "", | 424 "", |
| 424 "[SLAVE_BUILD]\\skia\\common\\py\\utils" | 425 "[SLAVE_BUILD]\\skia\\common\\py\\utils" |
| 425 ], | 426 ], |
| 426 "cwd": "[SLAVE_BUILD]\\skia", | 427 "cwd": "[SLAVE_BUILD]\\skia", |
| 427 "name": "Upload DM Results" | 428 "name": "Upload DM Results" |
| 428 } | 429 } |
| 429 ] | 430 ] |
| OLD | NEW |