| 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", | |
| 400 "--goma-dir", | 398 "--goma-dir", |
| 401 "[CACHE]\\cipd\\goma", | 399 "[CACHE]\\cipd\\goma", |
| 402 "--goma-fail-fast", | 400 "--goma-fail-fast", |
| 403 "--goma-disable-local-fallback", | 401 "--goma-disable-local-fallback", |
| 404 "--", | 402 "--", |
| 405 "all" | 403 "all" |
| 406 ], | 404 ], |
| 407 "cwd": "[SLAVE_BUILD]", | 405 "cwd": "[SLAVE_BUILD]", |
| 408 "name": "compile (with patch)", | 406 "name": "compile (with patch)", |
| 409 "~followup_annotations": [ | 407 "~followup_annotations": [ |
| 410 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 408 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 411 "@@@STEP_LOG_END@json.output (invalid)@@@" | 409 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 412 ] | 410 ] |
| 413 }, | 411 }, |
| 414 { | 412 { |
| 415 "cmd": [ | 413 "cmd": [ |
| 416 "python", | 414 "python", |
| 417 "-u", | 415 "-u", |
| 418 "import sys; sys.exit(0)" | 416 "import sys; sys.exit(0)" |
| 419 ], | 417 ], |
| 420 "cwd": "[SLAVE_BUILD]", | 418 "cwd": "[SLAVE_BUILD]", |
| 421 "name": "mark: before_tests" | 419 "name": "mark: before_tests" |
| 422 }, | 420 }, |
| 423 { | 421 { |
| 424 "name": "$result", | 422 "name": "$result", |
| 425 "recipe_result": null, | 423 "recipe_result": null, |
| 426 "status_code": 0 | 424 "status_code": 0 |
| 427 } | 425 } |
| 428 ] | 426 ] |
| OLD | NEW |