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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 "--ninja-path", | 409 "--ninja-path", |
410 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 410 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
411 "--target", | 411 "--target", |
412 "Debug_x64", | 412 "Debug_x64", |
413 "--src-dir", | 413 "--src-dir", |
414 "[BUILDER_CACHE]\\win_clang\\src", | 414 "[BUILDER_CACHE]\\win_clang\\src", |
415 "--goma-cache-dir", | 415 "--goma-cache-dir", |
416 "[GOMA_CACHE]", | 416 "[GOMA_CACHE]", |
417 "--goma-deps-cache-dir", | 417 "--goma-deps-cache-dir", |
418 "[GOMA_DEPS_CACHE]", | 418 "[GOMA_DEPS_CACHE]", |
419 "--build-tool", | |
420 "ninja", | |
421 "--compiler", | 419 "--compiler", |
422 "goma-clang", | 420 "goma-clang", |
423 "--goma-jsonstatus", | 421 "--goma-jsonstatus", |
424 "/path/to/tmp/json", | 422 "/path/to/tmp/json", |
425 "--goma-service-account-json-file", | 423 "--goma-service-account-json-file", |
426 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 424 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
427 "--goma-dir", | 425 "--goma-dir", |
428 "[CACHE]\\cipd\\goma", | 426 "[CACHE]\\cipd\\goma", |
429 "--goma-fail-fast", | 427 "--goma-fail-fast", |
430 "--goma-disable-local-fallback", | 428 "--goma-disable-local-fallback", |
(...skipping 16 matching lines...) Expand all Loading... |
447 "import sys; sys.exit(0)" | 445 "import sys; sys.exit(0)" |
448 ], | 446 ], |
449 "name": "mark: before_tests" | 447 "name": "mark: before_tests" |
450 }, | 448 }, |
451 { | 449 { |
452 "name": "$result", | 450 "name": "$result", |
453 "recipe_result": null, | 451 "recipe_result": null, |
454 "status_code": 0 | 452 "status_code": 0 |
455 } | 453 } |
456 ] | 454 ] |
OLD | NEW |