| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 { | 470 { |
| 471 "cmd": [ | 471 "cmd": [ |
| 472 "catchsegv", | 472 "catchsegv", |
| 473 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na
nobench", | 473 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na
nobench", |
| 474 "--undefok", | 474 "--undefok", |
| 475 "-i", | 475 "-i", |
| 476 "[SLAVE_BUILD]/skia/resources", | 476 "[SLAVE_BUILD]/skia/resources", |
| 477 "--skps", | 477 "--skps", |
| 478 "[SLAVE_BUILD]/playback/skps", | 478 "[SLAVE_BUILD]/playback/skps", |
| 479 "--images", | 479 "--images", |
| 480 "[SLAVE_BUILD]/images/dm", | 480 "[SLAVE_BUILD]/images/nanobench", |
| 481 "--nogpu", | 481 "--nogpu", |
| 482 "--dummy-flags" | 482 "--dummy-flags" |
| 483 ], | 483 ], |
| 484 "cwd": "[SLAVE_BUILD]", | 484 "cwd": "[SLAVE_BUILD]", |
| 485 "env": { | 485 "env": { |
| 486 "BUILDTYPE": "Debug", | 486 "BUILDTYPE": "Debug", |
| 487 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", | 487 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
| 488 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 488 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
| 489 }, | 489 }, |
| 490 "name": "nanobench" | 490 "name": "nanobench" |
| 491 }, | 491 }, |
| 492 { | 492 { |
| 493 "name": "$result", | 493 "name": "$result", |
| 494 "recipe_result": null, | 494 "recipe_result": null, |
| 495 "status_code": 0 | 495 "status_code": 0 |
| 496 } | 496 } |
| 497 ] | 497 ] |
| OLD | NEW |