| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 { | 392 { |
| 393 "cmd": [ | 393 "cmd": [ |
| 394 "catchsegv", | 394 "catchsegv", |
| 395 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na
nobench", | 395 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na
nobench", |
| 396 "--undefok", | 396 "--undefok", |
| 397 "-i", | 397 "-i", |
| 398 "[SLAVE_BUILD]/skia/resources", | 398 "[SLAVE_BUILD]/skia/resources", |
| 399 "--skps", | 399 "--skps", |
| 400 "[SLAVE_BUILD]/playback/skps", | 400 "[SLAVE_BUILD]/playback/skps", |
| 401 "--images", | 401 "--images", |
| 402 "[SLAVE_BUILD]/images/dm", | 402 "[SLAVE_BUILD]/images/nanobench", |
| 403 "--nogpu", | 403 "--nogpu", |
| 404 "--dummy-flags" | 404 "--dummy-flags" |
| 405 ], | 405 ], |
| 406 "cwd": "[SLAVE_BUILD]", | 406 "cwd": "[SLAVE_BUILD]", |
| 407 "env": { | 407 "env": { |
| 408 "BUILDTYPE": "Debug", | 408 "BUILDTYPE": "Debug", |
| 409 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", | 409 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
| 410 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 410 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
| 411 }, | 411 }, |
| 412 "name": "nanobench" | 412 "name": "nanobench" |
| 413 }, | 413 }, |
| 414 { | 414 { |
| 415 "name": "$result", | 415 "name": "$result", |
| 416 "recipe_result": null, | 416 "recipe_result": null, |
| 417 "status_code": 0 | 417 "status_code": 0 |
| 418 } | 418 } |
| 419 ] | 419 ] |
| OLD | NEW |