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

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

Powered by Google App Engine
This is Rietveld 408576698