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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_Builder.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 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"
338 ], 339 ],
339 "cwd": "[SLAVE_BUILD]", 340 "cwd": "[SLAVE_BUILD]",
340 "name": "compile", 341 "name": "compile",
341 "~followup_annotations": [ 342 "~followup_annotations": [
342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 343 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
343 "@@@STEP_LOG_END@json.output (invalid)@@@" 344 "@@@STEP_LOG_END@json.output (invalid)@@@"
344 ] 345 ]
345 }, 346 },
346 { 347 {
347 "cmd": [ 348 "cmd": [
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "~followup_annotations": [ 618 "~followup_annotations": [
618 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" 619 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@"
619 ] 620 ]
620 }, 621 },
621 { 622 {
622 "name": "$result", 623 "name": "$result",
623 "recipe_result": null, 624 "recipe_result": null,
624 "status_code": 0 625 "status_code": 0
625 } 626 }
626 ] 627 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698