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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "python", | 234 "python", |
235 "-u", | 235 "-u", |
236 "import sys; sys.exit(0)" | 236 "import sys; sys.exit(0)" |
237 ], | 237 ], |
238 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
239 "name": "analyze", | 239 "name": "analyze", |
240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
241 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 241 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
242 "@@@STEP_LOG_END@excluded_files@@@", | 242 "@@@STEP_LOG_END@excluded_files@@@", |
243 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 243 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
244 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 244 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 245 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", |
| 246 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
245 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 247 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
246 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 248 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@", |
| 249 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", |
247 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 250 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
248 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 251 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
249 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 252 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@", |
| 253 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", |
250 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 254 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
251 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", | 255 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", |
252 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 256 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
253 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 257 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
254 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 258 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
255 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | 259 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", |
256 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", | 260 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", |
257 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 261 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
258 "@@@STEP_LOG_END@analyze_details@@@" | 262 "@@@STEP_LOG_END@analyze_details@@@" |
259 ] | 263 ] |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 "ninja", | 313 "ninja", |
310 "--compiler", | 314 "--compiler", |
311 "goma", | 315 "goma", |
312 "--goma-jsonstatus", | 316 "--goma-jsonstatus", |
313 "/path/to/tmp/json", | 317 "/path/to/tmp/json", |
314 "--goma-dir", | 318 "--goma-dir", |
315 "[BUILD]\\goma", | 319 "[BUILD]\\goma", |
316 "--goma-fail-fast", | 320 "--goma-fail-fast", |
317 "--goma-disable-local-fallback", | 321 "--goma-disable-local-fallback", |
318 "--", | 322 "--", |
319 "blink_tests" | 323 "blink_tests", |
| 324 "crash_service" |
320 ], | 325 ], |
321 "cwd": "[SLAVE_BUILD]", | 326 "cwd": "[SLAVE_BUILD]", |
322 "name": "compile (with patch)", | 327 "name": "compile (with patch)", |
323 "~followup_annotations": [ | 328 "~followup_annotations": [ |
324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 329 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
325 "@@@STEP_LOG_END@json.output (invalid)@@@" | 330 "@@@STEP_LOG_END@json.output (invalid)@@@" |
326 ] | 331 ] |
327 }, | 332 }, |
328 { | 333 { |
329 "cmd": [ | 334 "cmd": [ |
330 "python", | 335 "python", |
331 "-u", | 336 "-u", |
332 "import sys; sys.exit(0)" | 337 "import sys; sys.exit(0)" |
333 ], | 338 ], |
334 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
335 "name": "mark: before_tests" | 340 "name": "mark: before_tests" |
336 }, | 341 }, |
337 { | 342 { |
338 "cmd": [ | 343 "cmd": [ |
339 "python", | 344 "python", |
340 "-u", | 345 "-u", |
| 346 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 347 "--target", |
| 348 "Release" |
| 349 ], |
| 350 "cwd": "[SLAVE_BUILD]", |
| 351 "name": "start_crash_service" |
| 352 }, |
| 353 { |
| 354 "cmd": [ |
| 355 "python", |
| 356 "-u", |
341 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
342 "--target", | 358 "--target", |
343 "Release", | 359 "Release", |
344 "--factory-properties", | 360 "--factory-properties", |
345 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 361 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
346 "--build-properties", | 362 "--build-properties", |
347 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 363 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_blink_rel\
", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\
", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"
recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot
@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium
.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
348 "--step-name=webkit_tests (with patch)", | 364 "--step-name=webkit_tests (with patch)", |
349 "--builder-name=win_blink_rel", | 365 "--builder-name=win_blink_rel", |
350 "--slave-name=TestSlavename", | 366 "--slave-name=TestSlavename", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 ], | 423 ], |
408 "cwd": "[SLAVE_BUILD]", | 424 "cwd": "[SLAVE_BUILD]", |
409 "name": "process_dumps" | 425 "name": "process_dumps" |
410 }, | 426 }, |
411 { | 427 { |
412 "name": "$result", | 428 "name": "$result", |
413 "recipe_result": null, | 429 "recipe_result": null, |
414 "status_code": 0 | 430 "status_code": 0 |
415 } | 431 } |
416 ] | 432 ] |
OLD | NEW |