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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Win7_Tester.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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "gs://test-domain/test-archive.zip", 220 "gs://test-domain/test-archive.zip",
221 "--master-name", 221 "--master-name",
222 "chromium.webrtc", 222 "chromium.webrtc",
223 "--build-number", 223 "--build-number",
224 "571" 224 "571"
225 ], 225 ],
226 "cwd": "[SLAVE_BUILD]", 226 "cwd": "[SLAVE_BUILD]",
227 "name": "extract build" 227 "name": "extract build"
228 }, 228 },
229 { 229 {
230 "cmd": [
231 "python",
232 "-u",
233 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
234 "--target",
235 "Release"
236 ],
237 "cwd": "[SLAVE_BUILD]",
238 "name": "start_crash_service"
239 },
240 {
230 "allow_subannotations": true, 241 "allow_subannotations": true,
231 "cmd": [ 242 "cmd": [
232 "python", 243 "python",
233 "-u", 244 "-u",
234 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 245 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
235 "--target", 246 "--target",
236 "Release", 247 "Release",
237 "--factory-properties", 248 "--factory-properties",
238 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win7 Tester\", \"buildnumber\": 571, \"mastername\": \"chromium .webrtc\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\", \ "recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/ to/workdir/TestSlavename\"}", 249 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win7 Tester\", \"buildnumber\": 571, \"mastername\": \"chromium .webrtc\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111\", \ "recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/ to/workdir/TestSlavename\"}",
239 "--build-properties", 250 "--build-properties",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 ], 394 ],
384 "cwd": "[SLAVE_BUILD]", 395 "cwd": "[SLAVE_BUILD]",
385 "name": "process_dumps" 396 "name": "process_dumps"
386 }, 397 },
387 { 398 {
388 "name": "$result", 399 "name": "$result",
389 "recipe_result": null, 400 "recipe_result": null,
390 "status_code": 0 401 "status_code": 0
391 } 402 }
392 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698