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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "cwd": "[SLAVE_BUILD]", | 235 "cwd": "[SLAVE_BUILD]", |
236 "name": "analyze", | 236 "name": "analyze", |
237 "~followup_annotations": [ | 237 "~followup_annotations": [ |
238 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 238 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
239 "@@@STEP_LOG_END@excluded_files@@@", | 239 "@@@STEP_LOG_END@excluded_files@@@", |
240 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 240 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
241 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 241 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
242 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 242 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
243 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 243 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
244 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 244 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
245 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 245 "@@@STEP_LOG_LINE@analyze_details@ \"all\", @@@", |
| 246 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", |
246 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 247 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
247 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 248 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
248 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 249 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
249 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 250 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
250 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 251 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
251 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 252 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
252 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 253 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
253 "@@@STEP_LOG_END@analyze_details@@@" | 254 "@@@STEP_LOG_END@analyze_details@@@" |
254 ] | 255 ] |
255 }, | 256 }, |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 "ninja", | 334 "ninja", |
334 "--compiler", | 335 "--compiler", |
335 "goma-clang", | 336 "goma-clang", |
336 "--goma-jsonstatus", | 337 "--goma-jsonstatus", |
337 "/path/to/tmp/json", | 338 "/path/to/tmp/json", |
338 "--goma-dir", | 339 "--goma-dir", |
339 "[BUILD]\\goma", | 340 "[BUILD]\\goma", |
340 "--goma-fail-fast", | 341 "--goma-fail-fast", |
341 "--goma-disable-local-fallback", | 342 "--goma-disable-local-fallback", |
342 "--", | 343 "--", |
343 "all" | 344 "all", |
| 345 "crash_service" |
344 ], | 346 ], |
345 "cwd": "[SLAVE_BUILD]", | 347 "cwd": "[SLAVE_BUILD]", |
346 "name": "compile (with patch)", | 348 "name": "compile (with patch)", |
347 "~followup_annotations": [ | 349 "~followup_annotations": [ |
348 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
349 "@@@STEP_LOG_END@json.output (invalid)@@@" | 351 "@@@STEP_LOG_END@json.output (invalid)@@@" |
350 ] | 352 ] |
351 }, | 353 }, |
352 { | 354 { |
353 "cmd": [ | 355 "cmd": [ |
354 "python", | 356 "python", |
355 "-u", | 357 "-u", |
356 "import sys; sys.exit(0)" | 358 "import sys; sys.exit(0)" |
357 ], | 359 ], |
358 "cwd": "[SLAVE_BUILD]", | 360 "cwd": "[SLAVE_BUILD]", |
359 "name": "mark: before_tests" | 361 "name": "mark: before_tests" |
360 }, | 362 }, |
361 { | 363 { |
362 "name": "$result", | 364 "name": "$result", |
363 "recipe_result": null, | 365 "recipe_result": null, |
364 "status_code": 0 | 366 "status_code": 0 |
365 } | 367 } |
366 ] | 368 ] |
OLD | NEW |