| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "--src-dir", | 363 "--src-dir", |
| 364 "[SLAVE_BUILD]\\src", | 364 "[SLAVE_BUILD]\\src", |
| 365 "--goma-cache-dir", | 365 "--goma-cache-dir", |
| 366 "[GOMA_CACHE]", | 366 "[GOMA_CACHE]", |
| 367 "--build-tool", | 367 "--build-tool", |
| 368 "ninja", | 368 "ninja", |
| 369 "--compiler", | 369 "--compiler", |
| 370 "goma", | 370 "goma", |
| 371 "--goma-jsonstatus", | 371 "--goma-jsonstatus", |
| 372 "/path/to/tmp/json", | 372 "/path/to/tmp/json", |
| 373 "--goma-service-account-json-file", |
| 374 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 373 "--goma-dir", | 375 "--goma-dir", |
| 374 "[CACHE]\\cipd\\goma", | 376 "[CACHE]\\cipd\\goma", |
| 375 "--goma-fail-fast", | 377 "--goma-fail-fast", |
| 376 "--goma-disable-local-fallback", | 378 "--goma-disable-local-fallback", |
| 377 "--", | 379 "--", |
| 378 "blink_tests" | 380 "blink_tests" |
| 379 ], | 381 ], |
| 380 "cwd": "[SLAVE_BUILD]", | 382 "cwd": "[SLAVE_BUILD]", |
| 381 "name": "compile (with patch)", | 383 "name": "compile (with patch)", |
| 382 "~followup_annotations": [ | 384 "~followup_annotations": [ |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 ], | 468 ], |
| 467 "cwd": "[SLAVE_BUILD]", | 469 "cwd": "[SLAVE_BUILD]", |
| 468 "name": "process_dumps" | 470 "name": "process_dumps" |
| 469 }, | 471 }, |
| 470 { | 472 { |
| 471 "name": "$result", | 473 "name": "$result", |
| 472 "recipe_result": null, | 474 "recipe_result": null, |
| 473 "status_code": 0 | 475 "status_code": 0 |
| 474 } | 476 } |
| 475 ] | 477 ] |
| OLD | NEW |