| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "python", | 125 "python", |
| 126 "-u", | 126 "-u", |
| 127 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 127 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 128 "--build-dir", | 128 "--build-dir", |
| 129 "[BUILDER_CACHE]/mac_swarming/src/out/Debug", | 129 "[BUILDER_CACHE]/mac_swarming/src/out/Debug", |
| 130 "--clean-isolated-files" | 130 "--clean-isolated-files" |
| 131 ], | 131 ], |
| 132 "name": "clean isolated files" | 132 "name": "clean isolated files" |
| 133 }, | 133 }, |
| 134 { | 134 { |
| 135 "cmd": [], | |
| 136 "name": "ensure_goma" | 135 "name": "ensure_goma" |
| 137 }, | 136 }, |
| 138 { | 137 { |
| 139 "cmd": [ | 138 "cmd": [ |
| 140 "python", | 139 "python", |
| 141 "-u", | 140 "-u", |
| 142 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 141 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 143 "--platform", | 142 "--platform", |
| 144 "mac-amd64", | 143 "mac-amd64", |
| 145 "--dest-directory", | 144 "--dest-directory", |
| (...skipping 2368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2514 "@@@STEP_LOG_END@json.output@@@", | 2513 "@@@STEP_LOG_END@json.output@@@", |
| 2515 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2514 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2516 ] | 2515 ] |
| 2517 }, | 2516 }, |
| 2518 { | 2517 { |
| 2519 "name": "$result", | 2518 "name": "$result", |
| 2520 "recipe_result": null, | 2519 "recipe_result": null, |
| 2521 "status_code": 0 | 2520 "status_code": 0 |
| 2522 } | 2521 } |
| 2523 ] | 2522 ] |
| OLD | NEW |