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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "--compiler", 265 "--compiler",
266 "goma", 266 "goma",
267 "--goma-jsonstatus", 267 "--goma-jsonstatus",
268 "/path/to/tmp/json", 268 "/path/to/tmp/json",
269 "--goma-dir", 269 "--goma-dir",
270 "[BUILD]\\goma", 270 "[BUILD]\\goma",
271 "--ninja-ensure-up-to-date", 271 "--ninja-ensure-up-to-date",
272 "--", 272 "--",
273 "browser_tests", 273 "browser_tests",
274 "browser_tests_run", 274 "browser_tests_run",
275 "crash_service",
275 "mini_installer" 276 "mini_installer"
276 ], 277 ],
277 "cwd": "[SLAVE_BUILD]", 278 "cwd": "[SLAVE_BUILD]",
278 "name": "compile", 279 "name": "compile",
279 "~followup_annotations": [ 280 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
281 "@@@STEP_LOG_END@json.output (invalid)@@@" 282 "@@@STEP_LOG_END@json.output (invalid)@@@"
282 ] 283 ]
283 }, 284 },
284 { 285 {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "~followup_annotations": [ 394 "~followup_annotations": [
394 "@@@STEP_TEXT@Win10 Tests x64@@@" 395 "@@@STEP_TEXT@Win10 Tests x64@@@"
395 ] 396 ]
396 }, 397 },
397 { 398 {
398 "name": "$result", 399 "name": "$result",
399 "recipe_result": null, 400 "recipe_result": null,
400 "status_code": 0 401 "status_code": 0
401 } 402 }
402 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698