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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "ninja", | 155 "ninja", |
156 "--compiler", | 156 "--compiler", |
157 "goma", | 157 "goma", |
158 "--goma-jsonstatus", | 158 "--goma-jsonstatus", |
159 "/path/to/tmp/json", | 159 "/path/to/tmp/json", |
160 "--mode", | 160 "--mode", |
161 "official", | 161 "official", |
162 "--goma-dir", | 162 "--goma-dir", |
163 "[BUILD]\\goma", | 163 "[BUILD]\\goma", |
164 "--", | 164 "--", |
165 "chromium_builder_perf" | 165 "chromium_builder_perf", |
| 166 "crash_service" |
166 ], | 167 ], |
167 "cwd": "[SLAVE_BUILD]", | 168 "cwd": "[SLAVE_BUILD]", |
168 "name": "compile", | 169 "name": "compile", |
169 "~followup_annotations": [ | 170 "~followup_annotations": [ |
170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
171 "@@@STEP_LOG_END@json.output (invalid)@@@" | 172 "@@@STEP_LOG_END@json.output (invalid)@@@" |
172 ] | 173 ] |
173 }, | 174 }, |
174 { | 175 { |
175 "cmd": [ | 176 "cmd": [ |
176 "python", | 177 "python", |
177 "-u", | 178 "-u", |
| 179 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 180 "--target", |
| 181 "Release" |
| 182 ], |
| 183 "cwd": "[SLAVE_BUILD]", |
| 184 "name": "start_crash_service" |
| 185 }, |
| 186 { |
| 187 "cmd": [ |
| 188 "python", |
| 189 "-u", |
178 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", | 190 "[SLAVE_BUILD]\\src\\tools\\perf\\run_benchmark", |
179 "list", | 191 "list", |
180 "--browser", | 192 "--browser", |
181 "release", | 193 "release", |
182 "--json-output", | 194 "--json-output", |
183 "/path/to/tmp/json", | 195 "/path/to/tmp/json", |
184 "--num-shards", | 196 "--num-shards", |
185 "1" | 197 "1" |
186 ], | 198 ], |
187 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 ], | 414 ], |
403 "cwd": "[SLAVE_BUILD]", | 415 "cwd": "[SLAVE_BUILD]", |
404 "name": "process_dumps" | 416 "name": "process_dumps" |
405 }, | 417 }, |
406 { | 418 { |
407 "name": "$result", | 419 "name": "$result", |
408 "recipe_result": null, | 420 "recipe_result": null, |
409 "status_code": 0 | 421 "status_code": 0 |
410 } | 422 } |
411 ] | 423 ] |
OLD | NEW |