| 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 arm64 Builder", | 10 "Android arm64 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "~followup_annotations": [ | 362 "~followup_annotations": [ |
| 361 "@@@STEP_TEXT@Android Nexus9 Perf (3)@@@" | 363 "@@@STEP_TEXT@Android Nexus9 Perf (3)@@@" |
| 362 ] | 364 ] |
| 363 }, | 365 }, |
| 364 { | 366 { |
| 365 "name": "$result", | 367 "name": "$result", |
| 366 "recipe_result": null, | 368 "recipe_result": null, |
| 367 "status_code": 0 | 369 "status_code": 0 |
| 368 } | 370 } |
| 369 ] | 371 ] |
| OLD | NEW |