| 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" |
| 40 ], | 41 ], |
| 41 "env": { | 42 "env": { |
| 42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 43 }, | 44 }, |
| 44 "name": "bot_update", | 45 "name": "bot_update", |
| 45 "~followup_annotations": [ | 46 "~followup_annotations": [ |
| 46 "@@@STEP_TEXT@Some step text@@@", | 47 "@@@STEP_TEXT@Some step text@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@{@@@", | 48 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 565 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 565 }, | 566 }, |
| 566 "name": "process_dumps" | 567 "name": "process_dumps" |
| 567 }, | 568 }, |
| 568 { | 569 { |
| 569 "name": "$result", | 570 "name": "$result", |
| 570 "recipe_result": null, | 571 "recipe_result": null, |
| 571 "status_code": 0 | 572 "status_code": 0 |
| 572 } | 573 } |
| 573 ] | 574 ] |
| OLD | NEW |