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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win7_Tests__ANGLE_.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
257 "@@@STEP_LOG_LINE@json.output@}@@@", 257 "@@@STEP_LOG_LINE@json.output@}@@@",
258 "@@@STEP_LOG_END@json.output@@@", 258 "@@@STEP_LOG_END@json.output@@@",
259 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 259 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
260 ] 260 ]
261 }, 261 },
262 { 262 {
263 "cmd": [ 263 "cmd": [
264 "python", 264 "python",
265 "-u", 265 "-u",
266 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
267 "--target",
268 "Release"
269 ],
270 "cwd": "[SLAVE_BUILD]",
271 "name": "start_crash_service"
272 },
273 {
274 "cmd": [
275 "python",
276 "-u",
277 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 266 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
278 "trigger", 267 "trigger",
279 "--swarming", 268 "--swarming",
280 "https://chromium-swarm.appspot.com", 269 "https://chromium-swarm.appspot.com",
281 "--isolate-server", 270 "--isolate-server",
282 "https://isolateserver.appspot.com", 271 "https://isolateserver.appspot.com",
283 "--priority", 272 "--priority",
284 "35", 273 "35",
285 "--shards", 274 "--shards",
286 "1", 275 "1",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 ], 402 ],
414 "cwd": "[SLAVE_BUILD]", 403 "cwd": "[SLAVE_BUILD]",
415 "name": "process_dumps" 404 "name": "process_dumps"
416 }, 405 },
417 { 406 {
418 "name": "$result", 407 "name": "$result",
419 "recipe_result": null, 408 "recipe_result": null,
420 "status_code": 0 409 "status_code": 0
421 } 410 }
422 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698