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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 "name": "generate_build_files (with patch)" | 281 "name": "generate_build_files (with patch)" |
282 }, | 282 }, |
283 { | 283 { |
284 "cmd": [ | 284 "cmd": [ |
285 "python", | 285 "python", |
286 "-u", | 286 "-u", |
287 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 287 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
288 "--show-path", | 288 "--show-path", |
289 "python", | 289 "python", |
290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 291 "--gsutil-py-path", |
| 292 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
291 "--ninja-path", | 293 "--ninja-path", |
292 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 294 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
293 "--target", | 295 "--target", |
294 "Release", | 296 "Release", |
295 "--src-dir", | 297 "--src-dir", |
296 "[SLAVE_BUILD]/src", | 298 "[SLAVE_BUILD]/src", |
297 "--goma-cache-dir", | 299 "--goma-cache-dir", |
298 "[GOMA_CACHE]", | 300 "[GOMA_CACHE]", |
299 "--build-tool", | 301 "--build-tool", |
300 "ninja", | 302 "ninja", |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 "name": "generate_build_files Without Patch" | 479 "name": "generate_build_files Without Patch" |
478 }, | 480 }, |
479 { | 481 { |
480 "cmd": [ | 482 "cmd": [ |
481 "python", | 483 "python", |
482 "-u", | 484 "-u", |
483 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 485 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
484 "--show-path", | 486 "--show-path", |
485 "python", | 487 "python", |
486 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 488 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 489 "--gsutil-py-path", |
| 490 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
487 "--ninja-path", | 491 "--ninja-path", |
488 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 492 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
489 "--target", | 493 "--target", |
490 "Release", | 494 "Release", |
491 "--src-dir", | 495 "--src-dir", |
492 "[SLAVE_BUILD]/src", | 496 "[SLAVE_BUILD]/src", |
493 "--goma-cache-dir", | 497 "--goma-cache-dir", |
494 "[GOMA_CACHE]", | 498 "[GOMA_CACHE]", |
495 "--build-tool", | 499 "--build-tool", |
496 "ninja", | 500 "ninja", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 "@@@STEP_LOG_END@json.output (invalid)@@@", | 560 "@@@STEP_LOG_END@json.output (invalid)@@@", |
557 "@@@STEP_FAILURE@@@" | 561 "@@@STEP_FAILURE@@@" |
558 ] | 562 ] |
559 }, | 563 }, |
560 { | 564 { |
561 "name": "$result", | 565 "name": "$result", |
562 "reason": "Failed to upload result to Perf Dashboard. Error response: None", | 566 "reason": "Failed to upload result to Perf Dashboard. Error response: None", |
563 "status_code": 1 | 567 "status_code": 1 |
564 } | 568 } |
565 ] | 569 ] |
OLD | NEW |