| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 "--target", | 122 "--target", |
| 123 "Release", | 123 "Release", |
| 124 "--src-dir", | 124 "--src-dir", |
| 125 "[SLAVE_BUILD]\\src", | 125 "[SLAVE_BUILD]\\src", |
| 126 "--build-tool", | 126 "--build-tool", |
| 127 "ninja", | 127 "ninja", |
| 128 "--compiler", | 128 "--compiler", |
| 129 "goma", | 129 "goma", |
| 130 "--goma-dir", | 130 "--goma-dir", |
| 131 "[BUILD]\\goma", | 131 "[BUILD]\\goma", |
| 132 "--ninja-ensure-up-to-date", |
| 132 "--", | 133 "--", |
| 133 "chromium_builder_webrtc" | 134 "chromium_builder_webrtc" |
| 134 ], | 135 ], |
| 135 "cwd": "[SLAVE_BUILD]", | 136 "cwd": "[SLAVE_BUILD]", |
| 136 "name": "compile" | 137 "name": "compile" |
| 137 }, | 138 }, |
| 138 { | 139 { |
| 139 "allow_subannotations": true, | 140 "allow_subannotations": true, |
| 140 "cmd": [ | 141 "cmd": [ |
| 141 "python", | 142 "python", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}", | 218 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}", |
| 218 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" | 219 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" |
| 219 } | 220 } |
| 220 } | 221 } |
| 221 ], | 222 ], |
| 222 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@Win7 Tester<br />WinXP Tester@@@" | 224 "@@@STEP_TEXT@Win7 Tester<br />WinXP Tester@@@" |
| 224 ] | 225 ] |
| 225 } | 226 } |
| 226 ] | 227 ] |
| OLD | NEW |