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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Win8_Tester.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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "gs://test-domain/test-archive.zip", 220 "gs://test-domain/test-archive.zip",
221 "--master-name", 221 "--master-name",
222 "chromium.webrtc", 222 "chromium.webrtc",
223 "--build-number", 223 "--build-number",
224 "571" 224 "571"
225 ], 225 ],
226 "cwd": "[SLAVE_BUILD]", 226 "cwd": "[SLAVE_BUILD]",
227 "name": "extract build" 227 "name": "extract build"
228 }, 228 },
229 { 229 {
230 "cmd": [
231 "python",
232 "-u",
233 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
234 "--target",
235 "Release"
236 ],
237 "cwd": "[SLAVE_BUILD]",
238 "name": "start_crash_service"
239 },
240 {
241 "allow_subannotations": true, 230 "allow_subannotations": true,
242 "cmd": [ 231 "cmd": [
243 "python", 232 "python",
244 "-u", 233 "-u",
245 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
246 "--target", 235 "--target",
247 "Release", 236 "Release",
248 "--factory-properties", 237 "--factory-properties",
249 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win8 Tester\", \"buildnumber\": 571, \"mastername\": \"chromium .webrtc\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\", \ "recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/ to/workdir/TestSlavename\"}", 238 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win8 Tester\", \"buildnumber\": 571, \"mastername\": \"chromium .webrtc\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\", \ "recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/ to/workdir/TestSlavename\"}",
250 "--build-properties", 239 "--build-properties",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 ], 383 ],
395 "cwd": "[SLAVE_BUILD]", 384 "cwd": "[SLAVE_BUILD]",
396 "name": "process_dumps" 385 "name": "process_dumps"
397 }, 386 },
398 { 387 {
399 "name": "$result", 388 "name": "$result",
400 "recipe_result": null, 389 "recipe_result": null,
401 "status_code": 0 390 "status_code": 0
402 } 391 }
403 ] 392 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698