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

Side by Side Diff: scripts/slave/recipes/android_webview_shell_tests.expected/basic.json

Issue 1560243002: [Android] Upstream resource_sizes function and use for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 450 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
451 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 451 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
452 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 452 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
453 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 453 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
454 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 454 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
455 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 455 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
456 "@@@STEP_LOG_END@python.inline@@@" 456 "@@@STEP_LOG_END@python.inline@@@"
457 ] 457 ]
458 }, 458 },
459 { 459 {
460 "allow_subannotations": true,
461 "cmd": [
462 "python",
463 "-u",
464 "[BUILD]/scripts/slave/runtest.py",
465 "--target",
466 "Release",
467 "--no-xvfb",
468 "--factory-properties",
469 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"TestBranch\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571 , \"mastername\": \"chromium.testing.master\", \"project\": \"\", \"recipe\": \" android_webview_shell_tests\", \"repository\": \"svn://svn-mirror.golo.chromium. org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
470 "--build-properties",
471 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"TestBranch\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571 , \"mastername\": \"chromium.testing.master\", \"project\": \"\", \"recipe\": \" android_webview_shell_tests\", \"repository\": \"svn://svn-mirror.golo.chromium. org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
472 "--annotate=graphing",
473 "--results-url=https://chromeperf.appspot.com",
474 "--perf-dashboard-id=resource_sizes",
475 "--perf-id=TestBuilder",
476 "--test-type=resource_sizes",
477 "--step-name=resource_sizes",
478 "--builder-name=TestBuilder",
479 "--slave-name=TestSlavename",
480 "--build-number=571",
481 "--run-python-script",
482 "[SLAVE_BUILD]/src/build/android/resource_sizes.py",
483 "[SLAVE_BUILD]/src/out/Release/apks/SystemWebView.apk",
484 "--so-path",
485 "[SLAVE_BUILD]/src/out/Release/system_webview_apk/libs/armeabi-v7a/libwebv iewchromium.so",
486 "--so-with-symbols-path",
487 "[SLAVE_BUILD]/src/out/Release/lib/libwebviewchromium.so",
488 "--build_type",
489 "Release"
490 ],
491 "cwd": "[SLAVE_BUILD]",
492 "name": "resource_sizes"
493 },
494 {
460 "name": "$result", 495 "name": "$result",
461 "recipe_result": null, 496 "recipe_result": null,
462 "status_code": 0 497 "status_code": 0
463 } 498 }
464 ] 499 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698