| 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 ], | 693 ], |
| 695 "cwd": "[BUILDER_CACHE]/Mac_Asan", | 694 "cwd": "[BUILDER_CACHE]/Mac_Asan", |
| 696 "name": "webrtc_nonparallel_tests" | 695 "name": "webrtc_nonparallel_tests" |
| 697 }, | 696 }, |
| 698 { | 697 { |
| 699 "name": "$result", | 698 "name": "$result", |
| 700 "recipe_result": null, | 699 "recipe_result": null, |
| 701 "status_code": 0 | 700 "status_code": 0 |
| 702 } | 701 } |
| 703 ] | 702 ] |
| OLD | NEW |