| 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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 { | 664 { |
| 665 "cmd": [ | 665 "cmd": [ |
| 666 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", | 666 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", |
| 667 "--nanobench", | 667 "--nanobench", |
| 668 "--undefok", | 668 "--undefok", |
| 669 "-i", | 669 "-i", |
| 670 "skiabot/skia_resources", | 670 "skiabot/skia_resources", |
| 671 "--skps", | 671 "--skps", |
| 672 "skiabot/skia_skp/skps", | 672 "skiabot/skia_skp/skps", |
| 673 "--images", | 673 "--images", |
| 674 "skiabot/skia_images/dm", | 674 "skiabot/skia_images/nanobench", |
| 675 "--nocpu", | 675 "--nocpu", |
| 676 "--dummy-flags" | 676 "--dummy-flags" |
| 677 ], | 677 ], |
| 678 "cwd": "[SLAVE_BUILD]", | 678 "cwd": "[SLAVE_BUILD]", |
| 679 "env": { | 679 "env": { |
| 680 "BUILDTYPE": "Debug", | 680 "BUILDTYPE": "Debug", |
| 681 "CC": "/usr/bin/clang", | 681 "CC": "/usr/bin/clang", |
| 682 "CXX": "/usr/bin/clang++", | 682 "CXX": "/usr/bin/clang++", |
| 683 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | 683 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
| 684 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" | 684 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" |
| (...skipping 28 matching lines...) Expand all Loading... |
| 713 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" | 713 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" |
| 714 }, | 714 }, |
| 715 "name": "wait for reboot" | 715 "name": "wait for reboot" |
| 716 }, | 716 }, |
| 717 { | 717 { |
| 718 "name": "$result", | 718 "name": "$result", |
| 719 "recipe_result": null, | 719 "recipe_result": null, |
| 720 "status_code": 0 | 720 "status_code": 0 |
| 721 } | 721 } |
| 722 ] | 722 ] |
| OLD | NEW |