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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "--gsutil-py-path", | 168 "--gsutil-py-path", |
169 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 169 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
170 "--ninja-path", | 170 "--ninja-path", |
171 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 171 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
172 "--target", | 172 "--target", |
173 "Release_x64", | 173 "Release_x64", |
174 "--src-dir", | 174 "--src-dir", |
175 "[SLAVE_BUILD]\\src", | 175 "[SLAVE_BUILD]\\src", |
176 "--goma-cache-dir", | 176 "--goma-cache-dir", |
177 "[GOMA_CACHE]", | 177 "[GOMA_CACHE]", |
178 "--build-tool", | |
179 "ninja", | |
180 "--compiler", | 178 "--compiler", |
181 "goma", | 179 "goma", |
182 "--goma-jsonstatus", | 180 "--goma-jsonstatus", |
183 "/path/to/tmp/json", | 181 "/path/to/tmp/json", |
184 "--goma-service-account-json-file", | 182 "--goma-service-account-json-file", |
185 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 183 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
186 "--goma-dir", | 184 "--goma-dir", |
187 "[CACHE]\\cipd\\goma", | 185 "[CACHE]\\cipd\\goma", |
188 "--", | 186 "--", |
189 "all" | 187 "all" |
190 ], | 188 ], |
191 "env": { | 189 "env": { |
192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
193 }, | 191 }, |
194 "name": "compile", | 192 "name": "compile", |
195 "~followup_annotations": [ | 193 "~followup_annotations": [ |
196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
197 "@@@STEP_LOG_END@json.output (invalid)@@@" | 195 "@@@STEP_LOG_END@json.output (invalid)@@@" |
198 ] | 196 ] |
199 }, | 197 }, |
200 { | 198 { |
201 "name": "$result", | 199 "name": "$result", |
202 "recipe_result": null, | 200 "recipe_result": null, |
203 "status_code": 0 | 201 "status_code": 0 |
204 } | 202 } |
205 ] | 203 ] |
OLD | NEW |