| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "name": "cleanup_temp" | 121 "name": "cleanup_temp" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [], | 124 "cmd": [], |
| 125 "name": "ensure_goma" | 125 "name": "ensure_goma" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 132 "--platform", | 132 "--platform", |
| 133 "mac-amd64", | 133 "mac-amd64", |
| 134 "--dest-directory", | 134 "--dest-directory", |
| 135 "[SLAVE_BUILD]/cipd", | 135 "[SLAVE_BUILD]/cipd", |
| 136 "--json-output", | 136 "--json-output", |
| 137 "/path/to/tmp/json" | 137 "/path/to/tmp/json" |
| 138 ], | 138 ], |
| 139 "name": "ensure_goma.install cipd", | 139 "name": "ensure_goma.install cipd", |
| 140 "~followup_annotations": [ | 140 "~followup_annotations": [ |
| 141 "@@@STEP_NEST_LEVEL@1@@@", | 141 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 ], | 701 ], |
| 702 "cwd": "[BUILDER_CACHE]/Mac64_Debug", | 702 "cwd": "[BUILDER_CACHE]/Mac64_Debug", |
| 703 "name": "webrtc_nonparallel_tests" | 703 "name": "webrtc_nonparallel_tests" |
| 704 }, | 704 }, |
| 705 { | 705 { |
| 706 "name": "$result", | 706 "name": "$result", |
| 707 "recipe_result": null, | 707 "recipe_result": null, |
| 708 "status_code": 0 | 708 "status_code": 0 |
| 709 } | 709 } |
| 710 ] | 710 ] |
| OLD | NEW |