Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin64.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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@ClangToTWin64 tester@@@" 349 "@@@STEP_TEXT@ClangToTWin64 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_x64"
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_x64", 370 "Release_x64",
360 "--no-xvfb", 371 "--no-xvfb",
361 "--factory-properties", 372 "--factory-properties",
362 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTWin64\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 373 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTWin64\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
(...skipping 28 matching lines...) Expand all
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698