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