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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win10_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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "gs://test-domain/test-archive.zip", 226 "gs://test-domain/test-archive.zip",
227 "--master-name", 227 "--master-name",
228 "chromium.webrtc.fyi", 228 "chromium.webrtc.fyi",
229 "--build-number", 229 "--build-number",
230 "571" 230 "571"
231 ], 231 ],
232 "cwd": "[SLAVE_BUILD]", 232 "cwd": "[SLAVE_BUILD]",
233 "name": "extract build" 233 "name": "extract build"
234 }, 234 },
235 { 235 {
236 "cmd": [
237 "python",
238 "-u",
239 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
240 "--target",
241 "Release"
242 ],
243 "cwd": "[SLAVE_BUILD]",
244 "name": "start_crash_service"
245 },
246 {
236 "allow_subannotations": true, 247 "allow_subannotations": true,
237 "cmd": [ 248 "cmd": [
238 "python", 249 "python",
239 "-u", 250 "-u",
240 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
241 "--target", 252 "--target",
242 "Release", 253 "Release",
243 "--factory-properties", 254 "--factory-properties",
244 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win10 Tester\", \"buildnumber\": 571, \"mastername\": \"chromiu m.webrtc.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zi p\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111 \", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}", 255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win10 Tester\", \"buildnumber\": 571, \"mastername\": \"chromiu m.webrtc.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zi p\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\": \"1111111 \", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}",
245 "--build-properties", 256 "--build-properties",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 ], 400 ],
390 "cwd": "[SLAVE_BUILD]", 401 "cwd": "[SLAVE_BUILD]",
391 "name": "process_dumps" 402 "name": "process_dumps"
392 }, 403 },
393 { 404 {
394 "name": "$result", 405 "name": "$result",
395 "recipe_result": null, 406 "recipe_result": null,
396 "status_code": 0 407 "status_code": 0
397 } 408 }
398 ] 409 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698