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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "cwd": "[SLAVE_BUILD]", | 220 "cwd": "[SLAVE_BUILD]", |
221 "name": "analyze", | 221 "name": "analyze", |
222 "~followup_annotations": [ | 222 "~followup_annotations": [ |
223 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 223 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
224 "@@@STEP_LOG_END@excluded_files@@@", | 224 "@@@STEP_LOG_END@excluded_files@@@", |
225 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 225 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
226 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 226 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
227 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 227 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
228 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 228 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
229 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 229 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
230 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 230 "@@@STEP_LOG_LINE@analyze_details@ \"all\", @@@", |
| 231 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", |
231 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 232 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
232 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 233 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
233 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 234 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
234 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 235 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
235 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 236 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
236 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 237 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
237 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 238 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
238 "@@@STEP_LOG_END@analyze_details@@@" | 239 "@@@STEP_LOG_END@analyze_details@@@" |
239 ] | 240 ] |
240 }, | 241 }, |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 "goma", | 273 "goma", |
273 "--goma-jsonstatus", | 274 "--goma-jsonstatus", |
274 "/path/to/tmp/json", | 275 "/path/to/tmp/json", |
275 "--goma-dir", | 276 "--goma-dir", |
276 "[BUILD]\\goma", | 277 "[BUILD]\\goma", |
277 "--goma-fail-fast", | 278 "--goma-fail-fast", |
278 "--goma-disable-local-fallback", | 279 "--goma-disable-local-fallback", |
279 "--ninja-ensure-up-to-date", | 280 "--ninja-ensure-up-to-date", |
280 "--clobber", | 281 "--clobber", |
281 "--", | 282 "--", |
282 "all" | 283 "all", |
| 284 "crash_service" |
283 ], | 285 ], |
284 "cwd": "[SLAVE_BUILD]", | 286 "cwd": "[SLAVE_BUILD]", |
285 "name": "compile (with patch)", | 287 "name": "compile (with patch)", |
286 "~followup_annotations": [ | 288 "~followup_annotations": [ |
287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
288 "@@@STEP_LOG_END@json.output (invalid)@@@" | 290 "@@@STEP_LOG_END@json.output (invalid)@@@" |
289 ] | 291 ] |
290 }, | 292 }, |
291 { | 293 { |
292 "cmd": [ | 294 "cmd": [ |
293 "python", | 295 "python", |
294 "-u", | 296 "-u", |
295 "import sys; sys.exit(0)" | 297 "import sys; sys.exit(0)" |
296 ], | 298 ], |
297 "cwd": "[SLAVE_BUILD]", | 299 "cwd": "[SLAVE_BUILD]", |
298 "name": "mark: before_tests" | 300 "name": "mark: before_tests" |
299 }, | 301 }, |
300 { | 302 { |
301 "name": "$result", | 303 "name": "$result", |
302 "recipe_result": null, | 304 "recipe_result": null, |
303 "status_code": 0 | 305 "status_code": 0 |
304 } | 306 } |
305 ] | 307 ] |
OLD | NEW |