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.webrtc", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Win64 Release (GN)", | 10 "Win64 Release (GN)", |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "name": "gn" | 107 "name": "gn" |
108 }, | 108 }, |
109 { | 109 { |
110 "cmd": [ | 110 "cmd": [ |
111 "python", | 111 "python", |
112 "-u", | 112 "-u", |
113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
114 "--show-path", | 114 "--show-path", |
115 "python", | 115 "python", |
116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 117 "--gsutil-py-path", |
| 118 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
117 "--ninja-path", | 119 "--ninja-path", |
118 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 120 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
119 "--target", | 121 "--target", |
120 "Release_x64", | 122 "Release_x64", |
121 "--src-dir", | 123 "--src-dir", |
122 "[SLAVE_BUILD]\\src", | 124 "[SLAVE_BUILD]\\src", |
123 "--goma-cache-dir", | 125 "--goma-cache-dir", |
124 "[GOMA_CACHE]", | 126 "[GOMA_CACHE]", |
125 "--build-tool", | 127 "--build-tool", |
126 "ninja", | 128 "ninja", |
(...skipping 12 matching lines...) Expand all Loading... |
139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
140 "@@@STEP_LOG_END@json.output (invalid)@@@" | 142 "@@@STEP_LOG_END@json.output (invalid)@@@" |
141 ] | 143 ] |
142 }, | 144 }, |
143 { | 145 { |
144 "name": "$result", | 146 "name": "$result", |
145 "recipe_result": null, | 147 "recipe_result": null, |
146 "status_code": 0 | 148 "status_code": 0 |
147 } | 149 } |
148 ] | 150 ] |
OLD | NEW |