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