| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "[GIT_CACHE]", | 50 "[GIT_CACHE]", |
| 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/third_party/libjingle/source/talk@HEAD", | 56 "src/third_party/libjingle/source/talk@HEAD", |
| 57 "--revision", | 57 "--revision", |
| 58 "src/third_party/webrtc@HEAD", | 58 "src/third_party/webrtc@HEAD", |
| 59 "--force", | 59 "--force", |
| 60 "--output_manifest", | 60 "--output_manifest" |
| 61 "--gerrit_no_rebase_patch_ref" | |
| 62 ], | 61 ], |
| 63 "cwd": "[BUILDER_CACHE]\\Win_Builder", | 62 "cwd": "[BUILDER_CACHE]\\Win_Builder", |
| 64 "env": { | 63 "env": { |
| 65 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 64 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 66 }, | 65 }, |
| 67 "name": "bot_update", | 66 "name": "bot_update", |
| 68 "~followup_annotations": [ | 67 "~followup_annotations": [ |
| 69 "@@@STEP_TEXT@Some step text@@@", | 68 "@@@STEP_TEXT@Some step text@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@{@@@", | 69 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 "~followup_annotations": [ | 434 "~followup_annotations": [ |
| 436 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" | 435 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" |
| 437 ] | 436 ] |
| 438 }, | 437 }, |
| 439 { | 438 { |
| 440 "name": "$result", | 439 "name": "$result", |
| 441 "recipe_result": null, | 440 "recipe_result": null, |
| 442 "status_code": 0 | 441 "status_code": 0 |
| 443 } | 442 } |
| 444 ] | 443 ] |
| OLD | NEW |