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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin64_dbg_.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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
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@ClangToTWin64(dbg) tester@@@" 346 "@@@STEP_TEXT@ClangToTWin64(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_x64"
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_x64", 367 "Debug_x64",
357 "--no-xvfb", 368 "--no-xvfb",
358 "--factory-properties", 369 "--factory-properties",
359 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTWin64(dbg)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 370 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTWin64(dbg)\", \"buildnumber\": 571, \"mastername\": \"c hromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
(...skipping 28 matching lines...) Expand all
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698