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 "chromium.perf", | 8 "chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "Android Builder", | 10 "Android Builder", |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "name": "generate_build_files" | 218 "name": "generate_build_files" |
219 }, | 219 }, |
220 { | 220 { |
221 "cmd": [ | 221 "cmd": [ |
222 "python", | 222 "python", |
223 "-u", | 223 "-u", |
224 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 224 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
225 "--show-path", | 225 "--show-path", |
226 "python", | 226 "python", |
227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 228 "--gsutil-py-path", |
| 229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
228 "--ninja-path", | 230 "--ninja-path", |
229 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
230 "--target", | 232 "--target", |
231 "Release", | 233 "Release", |
232 "--src-dir", | 234 "--src-dir", |
233 "[SLAVE_BUILD]/src", | 235 "[SLAVE_BUILD]/src", |
234 "--goma-cache-dir", | 236 "--goma-cache-dir", |
235 "[GOMA_CACHE]", | 237 "[GOMA_CACHE]", |
236 "--build-tool", | 238 "--build-tool", |
237 "ninja", | 239 "ninja", |
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
765 "~followup_annotations": [ | 767 "~followup_annotations": [ |
766 "@@@STEP_TEXT@Android One Perf (3)@@@" | 768 "@@@STEP_TEXT@Android One Perf (3)@@@" |
767 ] | 769 ] |
768 }, | 770 }, |
769 { | 771 { |
770 "name": "$result", | 772 "name": "$result", |
771 "recipe_result": null, | 773 "recipe_result": null, |
772 "status_code": 0 | 774 "status_code": 0 |
773 } | 775 } |
774 ] | 776 ] |
OLD | NEW |