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.fyi", | 8 "client.webrtc.fyi", |
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 "~followup_annotations": [ | 203 "~followup_annotations": [ |
202 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b
r />Android32 Tests (L Nexus6)@@@" | 204 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b
r />Android32 Tests (L Nexus6)@@@" |
203 ] | 205 ] |
204 }, | 206 }, |
205 { | 207 { |
206 "name": "$result", | 208 "name": "$result", |
207 "recipe_result": null, | 209 "recipe_result": null, |
208 "status_code": 0 | 210 "status_code": 0 |
209 } | 211 } |
210 ] | 212 ] |
OLD | NEW |