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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder__ANGLE_.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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "ninja", 230 "ninja",
231 "--compiler", 231 "--compiler",
232 "goma", 232 "goma",
233 "--goma-jsonstatus", 233 "--goma-jsonstatus",
234 "/path/to/tmp/json", 234 "/path/to/tmp/json",
235 "--goma-dir", 235 "--goma-dir",
236 "[BUILD]\\goma", 236 "[BUILD]\\goma",
237 "--", 237 "--",
238 "browser_tests", 238 "browser_tests",
239 "browser_tests_run", 239 "browser_tests_run",
240 "chromium_builder_tests" 240 "chromium_builder_tests",
241 "crash_service"
241 ], 242 ],
242 "cwd": "[SLAVE_BUILD]", 243 "cwd": "[SLAVE_BUILD]",
243 "name": "compile", 244 "name": "compile",
244 "~followup_annotations": [ 245 "~followup_annotations": [
245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
246 "@@@STEP_LOG_END@json.output (invalid)@@@" 247 "@@@STEP_LOG_END@json.output (invalid)@@@"
247 ] 248 ]
248 }, 249 },
249 { 250 {
250 "cmd": [ 251 "cmd": [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "~followup_annotations": [ 332 "~followup_annotations": [
332 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 333 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
333 ] 334 ]
334 }, 335 },
335 { 336 {
336 "name": "$result", 337 "name": "$result",
337 "recipe_result": null, 338 "recipe_result": null,
338 "status_code": 0 339 "status_code": 0
339 } 340 }
340 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698