| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "--src-dir", | 388 "--src-dir", |
| 389 "[SLAVE_BUILD]\\src", | 389 "[SLAVE_BUILD]\\src", |
| 390 "--goma-cache-dir", | 390 "--goma-cache-dir", |
| 391 "[GOMA_CACHE]", | 391 "[GOMA_CACHE]", |
| 392 "--build-tool", | 392 "--build-tool", |
| 393 "ninja", | 393 "ninja", |
| 394 "--compiler", | 394 "--compiler", |
| 395 "goma-clang", | 395 "goma-clang", |
| 396 "--goma-jsonstatus", | 396 "--goma-jsonstatus", |
| 397 "/path/to/tmp/json", | 397 "/path/to/tmp/json", |
| 398 "--goma-service-account-json-file", |
| 399 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 398 "--goma-dir", | 400 "--goma-dir", |
| 399 "[CACHE]\\cipd\\goma", | 401 "[CACHE]\\cipd\\goma", |
| 400 "--goma-fail-fast", | 402 "--goma-fail-fast", |
| 401 "--goma-disable-local-fallback", | 403 "--goma-disable-local-fallback", |
| 402 "--", | 404 "--", |
| 403 "all" | 405 "all" |
| 404 ], | 406 ], |
| 405 "cwd": "[SLAVE_BUILD]", | 407 "cwd": "[SLAVE_BUILD]", |
| 406 "name": "compile (with patch)", | 408 "name": "compile (with patch)", |
| 407 "~followup_annotations": [ | 409 "~followup_annotations": [ |
| 408 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 410 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 409 "@@@STEP_LOG_END@json.output (invalid)@@@" | 411 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 410 ] | 412 ] |
| 411 }, | 413 }, |
| 412 { | 414 { |
| 413 "cmd": [ | 415 "cmd": [ |
| 414 "python", | 416 "python", |
| 415 "-u", | 417 "-u", |
| 416 "import sys; sys.exit(0)" | 418 "import sys; sys.exit(0)" |
| 417 ], | 419 ], |
| 418 "cwd": "[SLAVE_BUILD]", | 420 "cwd": "[SLAVE_BUILD]", |
| 419 "name": "mark: before_tests" | 421 "name": "mark: before_tests" |
| 420 }, | 422 }, |
| 421 { | 423 { |
| 422 "name": "$result", | 424 "name": "$result", |
| 423 "recipe_result": null, | 425 "recipe_result": null, |
| 424 "status_code": 0 | 426 "status_code": 0 |
| 425 } | 427 } |
| 426 ] | 428 ] |
| OLD | NEW |