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 { | |
364 "allow_subannotations": true, | 353 "allow_subannotations": true, |
365 "cmd": [ | 354 "cmd": [ |
366 "python", | 355 "python", |
367 "-u", | 356 "-u", |
368 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
369 "--target", | 358 "--target", |
370 "Release", | 359 "Release", |
371 "--no-xvfb", | 360 "--no-xvfb", |
372 "--factory-properties", | 361 "--factory-properties", |
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\"}", | 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\"}", |
(...skipping 28 matching lines...) Expand all Loading... |
402 ], | 391 ], |
403 "cwd": "[SLAVE_BUILD]", | 392 "cwd": "[SLAVE_BUILD]", |
404 "name": "process_dumps" | 393 "name": "process_dumps" |
405 }, | 394 }, |
406 { | 395 { |
407 "name": "$result", | 396 "name": "$result", |
408 "recipe_result": null, | 397 "recipe_result": null, |
409 "status_code": 0 | 398 "status_code": 0 |
410 } | 399 } |
411 ] | 400 ] |
OLD | NEW |