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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win64_nv_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_MODULE[build::bisect_tester]\\resources\\put_temp.py" 6 "RECIPE_MODULE[build::bisect_tester]\\resources\\put_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "saving url to temp file", 9 "name": "saving url to temp file",
10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571", 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "--master-name", 234 "--master-name",
235 "tryserver.chromium.perf", 235 "tryserver.chromium.perf",
236 "--build-number", 236 "--build-number",
237 "571" 237 "571"
238 ], 238 ],
239 "cwd": "[SLAVE_BUILD]", 239 "cwd": "[SLAVE_BUILD]",
240 "name": "extract build" 240 "name": "extract build"
241 }, 241 },
242 { 242 {
243 "cmd": [ 243 "cmd": [
244 "python",
245 "-u",
246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
247 "--target",
248 "Release_x64"
249 ],
250 "cwd": "[SLAVE_BUILD]",
251 "name": "start_crash_service"
252 },
253 {
254 "cmd": [
255 "tools/perf/run_benchmark", 244 "tools/perf/run_benchmark",
256 "-v", 245 "-v",
257 "--browser=release", 246 "--browser=release",
258 "page_cycler.intl_ar_fa_he" 247 "page_cycler.intl_ar_fa_he"
259 ], 248 ],
260 "cwd": "[SLAVE_BUILD]", 249 "cwd": "[SLAVE_BUILD]",
261 "name": "Performance Test 1 of 2", 250 "name": "Performance Test 1 of 2",
262 "stderr": "/path/to/tmp/", 251 "stderr": "/path/to/tmp/",
263 "stdout": "/path/to/tmp/", 252 "stdout": "/path/to/tmp/",
264 "~followup_annotations": [ 253 "~followup_annotations": [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 ], 308 ],
320 "cwd": "[SLAVE_BUILD]", 309 "cwd": "[SLAVE_BUILD]",
321 "name": "process_dumps" 310 "name": "process_dumps"
322 }, 311 },
323 { 312 {
324 "name": "$result", 313 "name": "$result",
325 "recipe_result": null, 314 "recipe_result": null,
326 "status_code": 0 315 "status_code": 0
327 } 316 }
328 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698