| 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 18 matching lines...) Expand all Loading... |
| 29 "--issue", | 29 "--issue", |
| 30 "12853011", | 30 "12853011", |
| 31 "--patchset", | 31 "--patchset", |
| 32 "1", | 32 "1", |
| 33 "--rietveld_server", | 33 "--rietveld_server", |
| 34 "https://codereview.chromium.org", | 34 "https://codereview.chromium.org", |
| 35 "--output_json", | 35 "--output_json", |
| 36 "/path/to/tmp/json", | 36 "/path/to/tmp/json", |
| 37 "--revision", | 37 "--revision", |
| 38 "src@HEAD", | 38 "src@HEAD", |
| 39 "--output_manifest", | 39 "--output_manifest" |
| 40 "--gerrit_no_rebase_patch_ref" | |
| 41 ], | 40 ], |
| 42 "env": { | 41 "env": { |
| 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 44 }, | 43 }, |
| 45 "name": "bot_update", | 44 "name": "bot_update", |
| 46 "~followup_annotations": [ | 45 "~followup_annotations": [ |
| 47 "@@@STEP_TEXT@Some step text@@@", | 46 "@@@STEP_TEXT@Some step text@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@{@@@", | 47 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 570 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 572 }, | 571 }, |
| 573 "name": "process_dumps" | 572 "name": "process_dumps" |
| 574 }, | 573 }, |
| 575 { | 574 { |
| 576 "name": "$result", | 575 "name": "$result", |
| 577 "recipe_result": null, | 576 "recipe_result": null, |
| 578 "status_code": 0 | 577 "status_code": 0 |
| 579 } | 578 } |
| 580 ] | 579 ] |
| OLD | NEW |