| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 "--git-cache-dir", | 43 "--git-cache-dir", |
| 44 "[GIT_CACHE]", | 44 "[GIT_CACHE]", |
| 45 "--output_json", | 45 "--output_json", |
| 46 "/path/to/tmp/json", | 46 "/path/to/tmp/json", |
| 47 "--revision", | 47 "--revision", |
| 48 "src@1111111", | 48 "src@1111111", |
| 49 "--output_manifest" | 49 "--output_manifest" |
| 50 ], | 50 ], |
| 51 "cwd": "[BUILDER_CACHE]\\Win7_Debug__NVIDIA_", | 51 "cwd": "[BUILDER_CACHE]\\Win7_Debug__NVIDIA_", |
| 52 "env": { | 52 "env": { |
| 53 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 53 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s" |
| 54 }, | 54 }, |
| 55 "name": "bot_update", | 55 "name": "bot_update", |
| 56 "~followup_annotations": [ | 56 "~followup_annotations": [ |
| 57 "@@@STEP_TEXT@Some step text@@@", | 57 "@@@STEP_TEXT@Some step text@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@{@@@", | 58 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 62 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 493 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 494 }, | 494 }, |
| 495 "name": "process_dumps" | 495 "name": "process_dumps" |
| 496 }, | 496 }, |
| 497 { | 497 { |
| 498 "name": "$result", | 498 "name": "$result", |
| 499 "recipe_result": null, | 499 "recipe_result": null, |
| 500 "status_code": 0 | 500 "status_code": 0 |
| 501 } | 501 } |
| 502 ] | 502 ] |
| OLD | NEW |