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

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

Issue 1862773003: Remove references to crash_service, which is no longer needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update expectations 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 | Annotate | Revision Log
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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "ninja", 327 "ninja",
328 "--compiler", 328 "--compiler",
329 "goma", 329 "goma",
330 "--goma-jsonstatus", 330 "--goma-jsonstatus",
331 "/path/to/tmp/json", 331 "/path/to/tmp/json",
332 "--goma-dir", 332 "--goma-dir",
333 "[BUILD]\\goma", 333 "[BUILD]\\goma",
334 "--ninja-ensure-up-to-date", 334 "--ninja-ensure-up-to-date",
335 "--", 335 "--",
336 "browser_tests", 336 "browser_tests",
337 "browser_tests_run", 337 "browser_tests_run"
338 "crash_service"
339 ], 338 ],
340 "cwd": "[SLAVE_BUILD]", 339 "cwd": "[SLAVE_BUILD]",
341 "name": "compile", 340 "name": "compile",
342 "~followup_annotations": [ 341 "~followup_annotations": [
343 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
344 "@@@STEP_LOG_END@json.output (invalid)@@@" 343 "@@@STEP_LOG_END@json.output (invalid)@@@"
345 ] 344 ]
346 }, 345 },
347 { 346 {
348 "cmd": [ 347 "cmd": [
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "~followup_annotations": [ 617 "~followup_annotations": [
619 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" 618 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@"
620 ] 619 ]
621 }, 620 },
622 { 621 {
623 "name": "$result", 622 "name": "$result",
624 "recipe_result": null, 623 "recipe_result": null,
625 "status_code": 0 624 "status_code": 0
626 } 625 }
627 ] 626 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698