| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android32 Builder", | 10 "Android32 Builder", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "name": "gclient runhooks" | 110 "name": "gclient runhooks" |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "cmd": [ | 113 "cmd": [ |
| 114 "python", | 114 "python", |
| 115 "-u", | 115 "-u", |
| 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 117 "--show-path", | 117 "--show-path", |
| 118 "python", | 118 "python", |
| 119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 120 "--gsutil-py-path", |
| 121 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 120 "--ninja-path", | 122 "--ninja-path", |
| 121 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 123 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 122 "--target", | 124 "--target", |
| 123 "Release", | 125 "Release", |
| 124 "--src-dir", | 126 "--src-dir", |
| 125 "[SLAVE_BUILD]/src", | 127 "[SLAVE_BUILD]/src", |
| 126 "--goma-cache-dir", | 128 "--goma-cache-dir", |
| 127 "[GOMA_CACHE]", | 129 "[GOMA_CACHE]", |
| 128 "--build-tool", | 130 "--build-tool", |
| 129 "ninja", | 131 "ninja", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "~followup_annotations": [ | 195 "~followup_annotations": [ |
| 194 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2)
@@@" | 196 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2)
@@@" |
| 195 ] | 197 ] |
| 196 }, | 198 }, |
| 197 { | 199 { |
| 198 "name": "$result", | 200 "name": "$result", |
| 199 "recipe_result": null, | 201 "recipe_result": null, |
| 200 "status_code": 0 | 202 "status_code": 0 |
| 201 } | 203 } |
| 202 ] | 204 ] |
| OLD | NEW |