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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win7_Tests__ANGLE_.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 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",
266 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 277 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
267 "trigger", 278 "trigger",
268 "--swarming", 279 "--swarming",
269 "https://chromium-swarm.appspot.com", 280 "https://chromium-swarm.appspot.com",
270 "--isolate-server", 281 "--isolate-server",
271 "https://isolateserver.appspot.com", 282 "https://isolateserver.appspot.com",
272 "--priority", 283 "--priority",
273 "35", 284 "35",
274 "--shards", 285 "--shards",
275 "1", 286 "1",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 ], 413 ],
403 "cwd": "[SLAVE_BUILD]", 414 "cwd": "[SLAVE_BUILD]",
404 "name": "process_dumps" 415 "name": "process_dumps"
405 }, 416 },
406 { 417 {
407 "name": "$result", 418 "name": "$result",
408 "recipe_result": null, 419 "recipe_result": null,
409 "status_code": 0 420 "status_code": 0
410 } 421 }
411 ] 422 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698