OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 "--gsutil-py-path", | 284 "--gsutil-py-path", |
285 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 285 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
286 "--ninja-path", | 286 "--ninja-path", |
287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
288 "--target", | 288 "--target", |
289 "Debug", | 289 "Debug", |
290 "--src-dir", | 290 "--src-dir", |
291 "[SLAVE_BUILD]\\v8", | 291 "[SLAVE_BUILD]\\v8", |
292 "--goma-cache-dir", | 292 "--goma-cache-dir", |
293 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
294 "--build-tool", | |
295 "ninja", | |
296 "--compiler", | 294 "--compiler", |
297 "goma", | 295 "goma", |
298 "--goma-jsonstatus", | 296 "--goma-jsonstatus", |
299 "/path/to/tmp/json", | 297 "/path/to/tmp/json", |
300 "--goma-service-account-json-file", | 298 "--goma-service-account-json-file", |
301 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 299 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
302 "--goma-dir", | 300 "--goma-dir", |
303 "[CACHE]\\cipd\\goma", | 301 "[CACHE]\\cipd\\goma", |
304 "--" | 302 "--" |
305 ], | 303 ], |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 "~followup_annotations": [ | 409 "~followup_annotations": [ |
412 "@@@STEP_TEXT@V8 Win32 - debug@@@" | 410 "@@@STEP_TEXT@V8 Win32 - debug@@@" |
413 ] | 411 ] |
414 }, | 412 }, |
415 { | 413 { |
416 "name": "$result", | 414 "name": "$result", |
417 "recipe_result": null, | 415 "recipe_result": null, |
418 "status_code": 0 | 416 "status_code": 0 |
419 } | 417 } |
420 ] | 418 ] |
OLD | NEW |