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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win10_Tests_x64.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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 255 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
256 "@@@STEP_LOG_LINE@json.output@}@@@", 256 "@@@STEP_LOG_LINE@json.output@}@@@",
257 "@@@STEP_LOG_END@json.output@@@", 257 "@@@STEP_LOG_END@json.output@@@",
258 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 258 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
259 ] 259 ]
260 }, 260 },
261 { 261 {
262 "cmd": [ 262 "cmd": [
263 "python", 263 "python",
264 "-u", 264 "-u",
265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
266 "--target",
267 "Release_x64"
268 ],
269 "cwd": "[SLAVE_BUILD]",
270 "name": "start_crash_service"
271 },
272 {
273 "cmd": [
274 "python",
275 "-u",
265 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 276 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
266 "trigger", 277 "trigger",
267 "--swarming", 278 "--swarming",
268 "https://chromium-swarm.appspot.com", 279 "https://chromium-swarm.appspot.com",
269 "--isolate-server", 280 "--isolate-server",
270 "https://isolateserver.appspot.com", 281 "https://isolateserver.appspot.com",
271 "--priority", 282 "--priority",
272 "25", 283 "25",
273 "--shards", 284 "--shards",
274 "1", 285 "1",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 ], 430 ],
420 "cwd": "[SLAVE_BUILD]", 431 "cwd": "[SLAVE_BUILD]",
421 "name": "process_dumps" 432 "name": "process_dumps"
422 }, 433 },
423 { 434 {
424 "name": "$result", 435 "name": "$result",
425 "recipe_result": null, 436 "recipe_result": null,
426 "status_code": 0 437 "status_code": 0
427 } 438 }
428 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698