| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "--output_json", | 51 "--output_json", |
| 52 "/path/to/tmp/json", | 52 "/path/to/tmp/json", |
| 53 "--revision", | 53 "--revision", |
| 54 "src@HEAD", | 54 "src@HEAD", |
| 55 "--revision", | 55 "--revision", |
| 56 "src/v8@HEAD", | 56 "src/v8@HEAD", |
| 57 "--output_manifest" | 57 "--output_manifest" |
| 58 ], | 58 ], |
| 59 "cwd": "[BUILDER_CACHE]\\win", | 59 "cwd": "[BUILDER_CACHE]\\win", |
| 60 "env": { | 60 "env": { |
| 61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 61 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s" |
| 62 }, | 62 }, |
| 63 "name": "bot_update", | 63 "name": "bot_update", |
| 64 "~followup_annotations": [ | 64 "~followup_annotations": [ |
| 65 "@@@STEP_TEXT@Some step text@@@", | 65 "@@@STEP_TEXT@Some step text@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@{@@@", | 66 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"HEAD\"@@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"HEAD\"@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 71 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 598 }, | 598 }, |
| 599 "name": "process_dumps" | 599 "name": "process_dumps" |
| 600 }, | 600 }, |
| 601 { | 601 { |
| 602 "name": "$result", | 602 "name": "$result", |
| 603 "recipe_result": null, | 603 "recipe_result": null, |
| 604 "status_code": 0 | 604 "status_code": 0 |
| 605 } | 605 } |
| 606 ] | 606 ] |
| OLD | NEW |