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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 343 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
344 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 344 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
345 } | 345 } |
346 } | 346 } |
347 ], | 347 ], |
348 "~followup_annotations": [ | 348 "~followup_annotations": [ |
349 "@@@STEP_TEXT@ClangToTWin tester@@@" | 349 "@@@STEP_TEXT@ClangToTWin tester@@@" |
350 ] | 350 ] |
351 }, | 351 }, |
352 { | 352 { |
| 353 "cmd": [ |
| 354 "python", |
| 355 "-u", |
| 356 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 357 "--target", |
| 358 "Release" |
| 359 ], |
| 360 "cwd": "[SLAVE_BUILD]", |
| 361 "name": "start_crash_service" |
| 362 }, |
| 363 { |
353 "allow_subannotations": true, | 364 "allow_subannotations": true, |
354 "cmd": [ | 365 "cmd": [ |
355 "python", | 366 "python", |
356 "-u", | 367 "-u", |
357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 368 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
358 "--target", | 369 "--target", |
359 "Release", | 370 "Release", |
360 "--no-xvfb", | 371 "--no-xvfb", |
361 "--factory-properties", | 372 "--factory-properties", |
362 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTWin\", \"buildnumber\": 571, \"mastername\": \"chromium
.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 373 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTWin\", \"buildnumber\": 571, \"mastername\": \"chromium
.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
(...skipping 28 matching lines...) Expand all Loading... |
391 ], | 402 ], |
392 "cwd": "[SLAVE_BUILD]", | 403 "cwd": "[SLAVE_BUILD]", |
393 "name": "process_dumps" | 404 "name": "process_dumps" |
394 }, | 405 }, |
395 { | 406 { |
396 "name": "$result", | 407 "name": "$result", |
397 "recipe_result": null, | 408 "recipe_result": null, |
398 "status_code": 0 | 409 "status_code": 0 |
399 } | 410 } |
400 ] | 411 ] |
OLD | NEW |