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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_clbr_.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[depot_tools]\\gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "/path/to/tmp/json", 211 "/path/to/tmp/json",
212 "--goma-dir", 212 "--goma-dir",
213 "[BUILD]\\goma", 213 "[BUILD]\\goma",
214 "--goma-hermetic", 214 "--goma-hermetic",
215 "error", 215 "error",
216 "--goma-enable-compiler-info-cache", 216 "--goma-enable-compiler-info-cache",
217 "--clobber", 217 "--clobber",
218 "--", 218 "--",
219 "base_unittests", 219 "base_unittests",
220 "chromium_builder_tests", 220 "chromium_builder_tests",
221 "content_unittests" 221 "content_unittests",
222 "crash_service"
222 ], 223 ],
223 "cwd": "[SLAVE_BUILD]", 224 "cwd": "[SLAVE_BUILD]",
224 "name": "compile", 225 "name": "compile",
225 "~followup_annotations": [ 226 "~followup_annotations": [
226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
227 "@@@STEP_LOG_END@json.output (invalid)@@@" 228 "@@@STEP_LOG_END@json.output (invalid)@@@"
228 ] 229 ]
229 }, 230 },
230 { 231 {
231 "cmd": [ 232 "cmd": [
232 "python", 233 "python",
233 "-u", 234 "-u",
235 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
236 "--target",
237 "Release"
238 ],
239 "cwd": "[SLAVE_BUILD]",
240 "name": "start_crash_service"
241 },
242 {
243 "cmd": [
244 "python",
245 "-u",
234 "[BUILD]\\goma\\diagnose_goma_log.py" 246 "[BUILD]\\goma\\diagnose_goma_log.py"
235 ], 247 ],
236 "cwd": "[SLAVE_BUILD]", 248 "cwd": "[SLAVE_BUILD]",
237 "name": "diagnose_goma" 249 "name": "diagnose_goma"
238 }, 250 },
239 { 251 {
240 "allow_subannotations": true, 252 "allow_subannotations": true,
241 "cmd": [ 253 "cmd": [
242 "python", 254 "python",
243 "-u", 255 "-u",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 ], 308 ],
297 "cwd": "[SLAVE_BUILD]", 309 "cwd": "[SLAVE_BUILD]",
298 "name": "process_dumps" 310 "name": "process_dumps"
299 }, 311 },
300 { 312 {
301 "name": "$result", 313 "name": "$result",
302 "recipe_result": null, 314 "recipe_result": null,
303 "status_code": 0 315 "status_code": 0
304 } 316 }
305 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698