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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 "--ninja-path", | 338 "--ninja-path", |
339 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 339 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
340 "--target", | 340 "--target", |
341 "Release", | 341 "Release", |
342 "--src-dir", | 342 "--src-dir", |
343 "[BUILDER_CACHE]\\Win_Builder\\src", | 343 "[BUILDER_CACHE]\\Win_Builder\\src", |
344 "--goma-cache-dir", | 344 "--goma-cache-dir", |
345 "[GOMA_CACHE]", | 345 "[GOMA_CACHE]", |
346 "--goma-deps-cache-dir", | 346 "--goma-deps-cache-dir", |
347 "[GOMA_DEPS_CACHE]", | 347 "[GOMA_DEPS_CACHE]", |
348 "--build-tool", | |
349 "ninja", | |
350 "--build-data-dir", | 348 "--build-data-dir", |
351 "[ROOT]\\build_data_dir", | 349 "[ROOT]\\build_data_dir", |
352 "--compiler", | 350 "--compiler", |
353 "goma", | 351 "goma", |
354 "--goma-jsonstatus", | 352 "--goma-jsonstatus", |
355 "/path/to/tmp/json", | 353 "/path/to/tmp/json", |
356 "--goma-service-account-json-file", | 354 "--goma-service-account-json-file", |
357 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 355 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
358 "--goma-dir", | 356 "--goma-dir", |
359 "[CACHE]\\cipd\\goma", | 357 "[CACHE]\\cipd\\goma", |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 "~followup_annotations": [ | 480 "~followup_annotations": [ |
483 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" | 481 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" |
484 ] | 482 ] |
485 }, | 483 }, |
486 { | 484 { |
487 "name": "$result", | 485 "name": "$result", |
488 "recipe_result": null, | 486 "recipe_result": null, |
489 "status_code": 0 | 487 "status_code": 0 |
490 } | 488 } |
491 ] | 489 ] |
OLD | NEW |