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(dbg) tester@@@" | 346 "@@@STEP_TEXT@ClangToTWin(dbg) 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 "Debug" |
| 356 ], |
| 357 "cwd": "[SLAVE_BUILD]", |
| 358 "name": "start_crash_service" |
| 359 }, |
| 360 { |
350 "allow_subannotations": true, | 361 "allow_subannotations": true, |
351 "cmd": [ | 362 "cmd": [ |
352 "python", | 363 "python", |
353 "-u", | 364 "-u", |
354 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
355 "--target", | 366 "--target", |
356 "Debug", | 367 "Debug", |
357 "--no-xvfb", | 368 "--no-xvfb", |
358 "--factory-properties", | 369 "--factory-properties", |
359 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTWin(dbg)\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 370 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTWin(dbg)\", \"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... |
388 ], | 399 ], |
389 "cwd": "[SLAVE_BUILD]", | 400 "cwd": "[SLAVE_BUILD]", |
390 "name": "process_dumps" | 401 "name": "process_dumps" |
391 }, | 402 }, |
392 { | 403 { |
393 "name": "$result", | 404 "name": "$result", |
394 "recipe_result": null, | 405 "recipe_result": null, |
395 "status_code": 0 | 406 "status_code": 0 |
396 } | 407 } |
397 ] | 408 ] |
OLD | NEW |