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.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_variable", | 10 "linux_variable", |
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 ] | 528 ] |
529 }, | 529 }, |
530 { | 530 { |
531 "cmd": [ | 531 "cmd": [ |
532 "python", | 532 "python", |
533 "-u", | 533 "-u", |
534 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 534 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
535 "--show-path", | 535 "--show-path", |
536 "python", | 536 "python", |
537 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 537 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 538 "--gsutil-py-path", |
| 539 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
538 "--ninja-path", | 540 "--ninja-path", |
539 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 541 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
540 "--target", | 542 "--target", |
541 "Release", | 543 "Release", |
542 "--src-dir", | 544 "--src-dir", |
543 "[SLAVE_BUILD]/src", | 545 "[SLAVE_BUILD]/src", |
544 "--goma-cache-dir", | 546 "--goma-cache-dir", |
545 "[GOMA_CACHE]", | 547 "[GOMA_CACHE]", |
546 "--build-tool", | 548 "--build-tool", |
547 "ninja", | 549 "ninja", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 "@@@STEP_LOG_END@report@@@", | 597 "@@@STEP_LOG_END@report@@@", |
596 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \
"failed\"}}@@@" | 598 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \
"failed\"}}@@@" |
597 ] | 599 ] |
598 }, | 600 }, |
599 { | 601 { |
600 "name": "$result", | 602 "name": "$result", |
601 "recipe_result": null, | 603 "recipe_result": null, |
602 "status_code": 0 | 604 "status_code": 0 |
603 } | 605 } |
604 ] | 606 ] |
OLD | NEW |