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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win7_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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "gs://test-domain/test-archive.zip", 226 "gs://test-domain/test-archive.zip",
227 "--master-name", 227 "--master-name",
228 "chromium.webrtc.fyi", 228 "chromium.webrtc.fyi",
229 "--build-number", 229 "--build-number",
230 "571" 230 "571"
231 ], 231 ],
232 "cwd": "[SLAVE_BUILD]", 232 "cwd": "[SLAVE_BUILD]",
233 "name": "extract build" 233 "name": "extract build"
234 }, 234 },
235 { 235 {
236 "cmd": [
237 "python",
238 "-u",
239 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
240 "--target",
241 "Release"
242 ],
243 "cwd": "[SLAVE_BUILD]",
244 "name": "start_crash_service"
245 },
246 {
247 "allow_subannotations": true, 236 "allow_subannotations": true,
248 "cmd": [ 237 "cmd": [
249 "python", 238 "python",
250 "-u", 239 "-u",
251 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 240 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
252 "--target", 241 "--target",
253 "Release", 242 "Release",
254 "--factory-properties", 243 "--factory-properties",
255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win7 Tester\", \"buildnumber\": 571, \"mastername\": \"chromium .webrtc.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip \", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\ ", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/p ath/to/workdir/TestSlavename\"}", 244 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win7 Tester\", \"buildnumber\": 571, \"mastername\": \"chromium .webrtc.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip \", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\ ", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/p ath/to/workdir/TestSlavename\"}",
256 "--build-properties", 245 "--build-properties",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 ], 389 ],
401 "cwd": "[SLAVE_BUILD]", 390 "cwd": "[SLAVE_BUILD]",
402 "name": "process_dumps" 391 "name": "process_dumps"
403 }, 392 },
404 { 393 {
405 "name": "$result", 394 "name": "$result",
406 "recipe_result": null, 395 "recipe_result": null,
407 "status_code": 0 396 "status_code": 0
408 } 397 }
409 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698