| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" | 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" |
| 5 ], | 5 ], |
| 6 "env": { | 6 "env": { |
| 7 "BUILDTYPE": "Debug", | 7 "BUILDTYPE": "Debug", |
| 8 "CHROME_HEADLESS": "1", | 8 "CHROME_HEADLESS": "1", |
| 9 "SKIA_OUT": "[SLAVE_BUILD]/out", | 9 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 }, | 330 }, |
| 331 { | 331 { |
| 332 "cmd": [ | 332 "cmd": [ |
| 333 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", | 333 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", |
| 334 "--nanobench", | 334 "--nanobench", |
| 335 "--undefok", | 335 "--undefok", |
| 336 "-i", | 336 "-i", |
| 337 "skiabot/skia_resources", | 337 "skiabot/skia_resources", |
| 338 "--skps", | 338 "--skps", |
| 339 "skiabot/skia_skp/skps", | 339 "skiabot/skia_skp/skps", |
| 340 "--svgs", | |
| 341 "skiabot/skia_svg/svgs", | |
| 342 "--images", | 340 "--images", |
| 343 "skiabot/skia_images/nanobench", | 341 "skiabot/skia_images/nanobench", |
| 344 "--nocpu", | 342 "--nocpu", |
| 345 "--pre_log", | 343 "--pre_log", |
| 346 "--images", | 344 "--images", |
| 347 "--gpuStatsDump", | 345 "--gpuStatsDump", |
| 348 "true", | 346 "true", |
| 349 "--scales", | 347 "--scales", |
| 350 "1.0", | 348 "1.0", |
| 351 "1.1", | 349 "1.1", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 419 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 422 }, | 420 }, |
| 423 "name": "wait for reboot" | 421 "name": "wait for reboot" |
| 424 }, | 422 }, |
| 425 { | 423 { |
| 426 "name": "$result", | 424 "name": "$result", |
| 427 "recipe_result": null, | 425 "recipe_result": null, |
| 428 "status_code": 0 | 426 "status_code": 0 |
| 429 } | 427 } |
| 430 ] | 428 ] |
| OLD | NEW |