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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 "cmd": [ | 548 "cmd": [ |
549 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", | 549 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", |
550 "--dm", | 550 "--dm", |
551 "--undefok", | 551 "--undefok", |
552 "--resourcePath", | 552 "--resourcePath", |
553 "skiabot/skia_resources", | 553 "skiabot/skia_resources", |
554 "--skps", | 554 "--skps", |
555 "skiabot/skia_skp/skps", | 555 "skiabot/skia_skp/skps", |
556 "--images", | 556 "--images", |
557 "skiabot/skia_images/dm", | 557 "skiabot/skia_images/dm", |
| 558 "--colorImages", |
| 559 "skiabot/skia_images/colorspace", |
558 "--nameByHash", | 560 "--nameByHash", |
559 "--properties", | 561 "--properties", |
560 "gitHash", | 562 "gitHash", |
561 "164710", | 563 "164710", |
562 "master", | 564 "master", |
563 "client.skia", | 565 "client.skia", |
564 "builder", | 566 "builder", |
565 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", | 567 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug", |
566 "build_number", | 568 "build_number", |
567 "5", | 569 "5", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" | 686 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-D
ebug" |
685 }, | 687 }, |
686 "name": "wait for reboot" | 688 "name": "wait for reboot" |
687 }, | 689 }, |
688 { | 690 { |
689 "name": "$result", | 691 "name": "$result", |
690 "recipe_result": null, | 692 "recipe_result": null, |
691 "status_code": 0 | 693 "status_code": 0 |
692 } | 694 } |
693 ] | 695 ] |
OLD | NEW |