| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 111 "--show-path", | 111 "--show-path", |
| 112 "python", | 112 "python", |
| 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 114 ], | 114 ], |
| 115 "name": "cleanup_temp" | 115 "name": "cleanup_temp" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [], | |
| 119 "name": "ensure_goma" | 118 "name": "ensure_goma" |
| 120 }, | 119 }, |
| 121 { | 120 { |
| 122 "cmd": [ | 121 "cmd": [ |
| 123 "python", | 122 "python", |
| 124 "-u", | 123 "-u", |
| 125 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 124 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 126 "--platform", | 125 "--platform", |
| 127 "mac-amd64", | 126 "mac-amd64", |
| 128 "--dest-directory", | 127 "--dest-directory", |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 ], | 677 ], |
| 679 "cwd": "[BUILDER_CACHE]/Mac64_Debug", | 678 "cwd": "[BUILDER_CACHE]/Mac64_Debug", |
| 680 "name": "webrtc_nonparallel_tests" | 679 "name": "webrtc_nonparallel_tests" |
| 681 }, | 680 }, |
| 682 { | 681 { |
| 683 "name": "$result", | 682 "name": "$result", |
| 684 "recipe_result": null, | 683 "recipe_result": null, |
| 685 "status_code": 0 | 684 "status_code": 0 |
| 686 } | 685 } |
| 687 ] | 686 ] |
| OLD | NEW |