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 Debug (GN)", | 10 "Android Debug (GN)", |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "name": "gn" | 77 "name": "gn" |
78 }, | 78 }, |
79 { | 79 { |
80 "cmd": [ | 80 "cmd": [ |
81 "python", | 81 "python", |
82 "-u", | 82 "-u", |
83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
84 "--show-path", | 84 "--show-path", |
85 "python", | 85 "python", |
86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 87 "--gsutil-py-path", |
| 88 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
87 "--ninja-path", | 89 "--ninja-path", |
88 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
89 "--target", | 91 "--target", |
90 "Debug", | 92 "Debug", |
91 "--src-dir", | 93 "--src-dir", |
92 "[SLAVE_BUILD]/src", | 94 "[SLAVE_BUILD]/src", |
93 "--goma-cache-dir", | 95 "--goma-cache-dir", |
94 "[GOMA_CACHE]", | 96 "[GOMA_CACHE]", |
95 "--build-tool", | 97 "--build-tool", |
96 "ninja", | 98 "ninja", |
(...skipping 15 matching lines...) Expand all Loading... |
112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
113 "@@@STEP_LOG_END@json.output (invalid)@@@" | 115 "@@@STEP_LOG_END@json.output (invalid)@@@" |
114 ] | 116 ] |
115 }, | 117 }, |
116 { | 118 { |
117 "name": "$result", | 119 "name": "$result", |
118 "recipe_result": null, | 120 "recipe_result": null, |
119 "status_code": 0 | 121 "status_code": 0 |
120 } | 122 } |
121 ] | 123 ] |
OLD | NEW |