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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_win.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[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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 232 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
233 "--master-name", 233 "--master-name",
234 "chromium.win", 234 "chromium.win",
235 "--build-number", 235 "--build-number",
236 "571" 236 "571"
237 ], 237 ],
238 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]",
239 "name": "extract build" 239 "name": "extract build"
240 }, 240 },
241 { 241 {
242 "cmd": [
243 "python",
244 "-u",
245 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
246 "--target",
247 "Release"
248 ],
249 "cwd": "[SLAVE_BUILD]",
250 "name": "start_crash_service"
251 },
252 {
242 "allow_subannotations": true, 253 "allow_subannotations": true,
243 "cmd": [ 254 "cmd": [
244 "python", 255 "python",
245 "-u", 256 "-u",
246 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py", 257 "[SLAVE_BUILD]\\src\\infra\\scripts\\runtest_wrapper.py",
247 "--", 258 "--",
248 "--target", 259 "--target",
249 "Release", 260 "Release",
250 "--factory-properties", 261 "--factory-properties",
251 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win7 Tests (1)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.win\", \"parent_buildername\": \"Win Builder\", \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} ", 262 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win7 Tests (1)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.win\", \"parent_buildername\": \"Win Builder\", \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} ",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 337 ],
327 "cwd": "[SLAVE_BUILD]", 338 "cwd": "[SLAVE_BUILD]",
328 "name": "process_dumps" 339 "name": "process_dumps"
329 }, 340 },
330 { 341 {
331 "name": "$result", 342 "name": "$result",
332 "recipe_result": null, 343 "recipe_result": null,
333 "status_code": 0 344 "status_code": 0
334 } 345 }
335 ] 346 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698