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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.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[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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "--build-number", 227 "--build-number",
228 "571" 228 "571"
229 ], 229 ],
230 "cwd": "[SLAVE_BUILD]", 230 "cwd": "[SLAVE_BUILD]",
231 "name": "extract build" 231 "name": "extract build"
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
238 "--target",
239 "Release"
240 ],
241 "cwd": "[SLAVE_BUILD]",
242 "name": "start_crash_service"
243 },
244 {
245 "cmd": [
246 "python",
247 "-u",
248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
249 "--target", 238 "--target",
250 "Release", 239 "Release",
251 "--factory-properties", 240 "--factory-properties",
252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium .webkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision \": \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"parent_got_webkit_revision\" : \"191269\", \"project\": \"chromium\", \"recipe\": \"chromium\", \"revision\": \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium .webkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision \": \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"parent_got_webkit_revision\" : \"191269\", \"project\": \"chromium\", \"recipe\": \"chromium\", \"revision\": \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
253 "--build-properties", 242 "--build-properties",
254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium .webkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision \": \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"parent_got_webkit_revision\" : \"191269\", \"project\": \"chromium\", \"recipe\": \"chromium\", \"revision\": \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Win7\", \"buildnumber\": 571, \"mastername\": \"chromium .webkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision \": \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"parent_got_webkit_revision\" : \"191269\", \"project\": \"chromium\", \"recipe\": \"chromium\", \"revision\": \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
255 "--step-name=webkit_tests", 244 "--step-name=webkit_tests",
256 "--builder-name=WebKit Win7", 245 "--builder-name=WebKit Win7",
257 "--slave-name=TestSlavename", 246 "--slave-name=TestSlavename",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 ], 303 ],
315 "cwd": "[SLAVE_BUILD]", 304 "cwd": "[SLAVE_BUILD]",
316 "name": "process_dumps" 305 "name": "process_dumps"
317 }, 306 },
318 { 307 {
319 "name": "$result", 308 "name": "$result",
320 "recipe_result": null, 309 "recipe_result": null,
321 "status_code": 0 310 "status_code": 0
322 } 311 }
323 ] 312 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698