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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 ] | 534 ] |
535 }, | 535 }, |
536 { | 536 { |
537 "cmd": [ | 537 "cmd": [ |
538 "python", | 538 "python", |
539 "-u", | 539 "-u", |
540 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 540 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
541 "--show-path", | 541 "--show-path", |
542 "python", | 542 "python", |
543 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 543 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 544 "--gsutil-py-path", |
| 545 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
544 "--ninja-path", | 546 "--ninja-path", |
545 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 547 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
546 "--target", | 548 "--target", |
547 "Release", | 549 "Release", |
548 "--src-dir", | 550 "--src-dir", |
549 "[SLAVE_BUILD]/src", | 551 "[SLAVE_BUILD]/src", |
550 "--goma-cache-dir", | 552 "--goma-cache-dir", |
551 "[GOMA_CACHE]", | 553 "[GOMA_CACHE]", |
552 "--build-tool", | 554 "--build-tool", |
553 "ninja", | 555 "ninja", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 "@@@STEP_LOG_END@report@@@", | 598 "@@@STEP_LOG_END@report@@@", |
597 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" | 599 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" |
598 ] | 600 ] |
599 }, | 601 }, |
600 { | 602 { |
601 "name": "$result", | 603 "name": "$result", |
602 "recipe_result": null, | 604 "recipe_result": null, |
603 "status_code": 0 | 605 "status_code": 0 |
604 } | 606 } |
605 ] | 607 ] |
OLD | NEW |