| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "name": "generate_build_files" | 164 "name": "generate_build_files" |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "cmd": [ | 167 "cmd": [ |
| 168 "python", | 168 "python", |
| 169 "-u", | 169 "-u", |
| 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 171 "--show-path", | 171 "--show-path", |
| 172 "python", | 172 "python", |
| 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 174 "--gsutil-py-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 174 "--ninja-path", | 176 "--ninja-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 176 "--target", | 178 "--target", |
| 177 "Release", | 179 "Release", |
| 178 "--src-dir", | 180 "--src-dir", |
| 179 "[SLAVE_BUILD]/src", | 181 "[SLAVE_BUILD]/src", |
| 180 "--goma-cache-dir", | 182 "--goma-cache-dir", |
| 181 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
| 182 "--build-tool", | 184 "--build-tool", |
| 183 "ninja", | 185 "ninja", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 "~followup_annotations": [ | 274 "~followup_annotations": [ |
| 273 "@@@STEP_TEXT@WebView Nexus5 Perf (1)<br />WebView Nexus5X Perf (1)<br />W
ebView Nexus5X Perf (2)@@@" | 275 "@@@STEP_TEXT@WebView Nexus5 Perf (1)<br />WebView Nexus5X Perf (1)<br />W
ebView Nexus5X Perf (2)@@@" |
| 274 ] | 276 ] |
| 275 }, | 277 }, |
| 276 { | 278 { |
| 277 "name": "$result", | 279 "name": "$result", |
| 278 "recipe_result": null, | 280 "recipe_result": null, |
| 279 "status_code": 0 | 281 "status_code": 0 |
| 280 } | 282 } |
| 281 ] | 283 ] |
| OLD | NEW |