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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma_dll_.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[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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "--goma-jsonstatus", 210 "--goma-jsonstatus",
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 "--", 217 "--",
218 "base_unittests", 218 "base_unittests",
219 "chromium_builder_tests", 219 "chromium_builder_tests",
220 "content_unittests", 220 "content_unittests"
221 "crash_service"
222 ], 221 ],
223 "cwd": "[SLAVE_BUILD]", 222 "cwd": "[SLAVE_BUILD]",
224 "name": "compile", 223 "name": "compile",
225 "~followup_annotations": [ 224 "~followup_annotations": [
226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
227 "@@@STEP_LOG_END@json.output (invalid)@@@" 226 "@@@STEP_LOG_END@json.output (invalid)@@@"
228 ] 227 ]
229 }, 228 },
230 { 229 {
231 "cmd": [ 230 "cmd": [
232 "python", 231 "python",
233 "-u", 232 "-u",
234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
235 "--target",
236 "Release"
237 ],
238 "cwd": "[SLAVE_BUILD]",
239 "name": "start_crash_service"
240 },
241 {
242 "cmd": [
243 "python",
244 "-u",
245 "[BUILD]\\goma\\diagnose_goma_log.py" 233 "[BUILD]\\goma\\diagnose_goma_log.py"
246 ], 234 ],
247 "cwd": "[SLAVE_BUILD]", 235 "cwd": "[SLAVE_BUILD]",
248 "name": "diagnose_goma" 236 "name": "diagnose_goma"
249 }, 237 },
250 { 238 {
251 "allow_subannotations": true, 239 "allow_subannotations": true,
252 "cmd": [ 240 "cmd": [
253 "python", 241 "python",
254 "-u", 242 "-u",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 295 ],
308 "cwd": "[SLAVE_BUILD]", 296 "cwd": "[SLAVE_BUILD]",
309 "name": "process_dumps" 297 "name": "process_dumps"
310 }, 298 },
311 { 299 {
312 "name": "$result", 300 "name": "$result",
313 "recipe_result": null, 301 "recipe_result": null,
314 "status_code": 0 302 "status_code": 0
315 } 303 }
316 ] 304 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698