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 "client.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Android ARM64 Debug", | 10 "Android ARM64 Debug", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 "name": "gclient runhooks" | 63 "name": "gclient runhooks" |
64 }, | 64 }, |
65 { | 65 { |
66 "cmd": [ | 66 "cmd": [ |
67 "python", | 67 "python", |
68 "-u", | 68 "-u", |
69 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 69 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
70 "--show-path", | 70 "--show-path", |
71 "python", | 71 "python", |
72 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 72 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 73 "--gsutil-py-path", |
| 74 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
73 "--ninja-path", | 75 "--ninja-path", |
74 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 76 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
75 "--target", | 77 "--target", |
76 "Debug", | 78 "Debug", |
77 "--src-dir", | 79 "--src-dir", |
78 "[SLAVE_BUILD]/src", | 80 "[SLAVE_BUILD]/src", |
79 "--goma-cache-dir", | 81 "--goma-cache-dir", |
80 "[GOMA_CACHE]", | 82 "[GOMA_CACHE]", |
81 "--build-tool", | 83 "--build-tool", |
82 "ninja", | 84 "ninja", |
(...skipping 14 matching lines...) Expand all Loading... |
97 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 99 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
98 "@@@STEP_LOG_END@json.output (invalid)@@@" | 100 "@@@STEP_LOG_END@json.output (invalid)@@@" |
99 ] | 101 ] |
100 }, | 102 }, |
101 { | 103 { |
102 "name": "$result", | 104 "name": "$result", |
103 "recipe_result": null, | 105 "recipe_result": null, |
104 "status_code": 0 | 106 "status_code": 0 |
105 } | 107 } |
106 ] | 108 ] |
OLD | NEW |