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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: coverage :( 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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Tests", 10 "Android Tests",
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "chromium.linux", 509 "chromium.linux",
510 "Android Tests", 510 "Android Tests",
511 "--blacklist-file", 511 "--blacklist-file",
512 "[SLAVE_BUILD]/src/out/bad_devices.json" 512 "[SLAVE_BUILD]/src/out/bad_devices.json"
513 ], 513 ],
514 "cwd": "[SLAVE_BUILD]", 514 "cwd": "[SLAVE_BUILD]",
515 "name": "spawn_device_monitor" 515 "name": "spawn_device_monitor"
516 }, 516 },
517 { 517 {
518 "cmd": [ 518 "cmd": [
519 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
520 "[SLAVE_BUILD]/src/out/Release/apks/second_apk",
521 "-v",
522 "--blacklist-file",
523 "[SLAVE_BUILD]/src/out/bad_devices.json",
524 "--release"
525 ],
526 "cwd": "[SLAVE_BUILD]",
527 "env": {
528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
529 },
530 "name": "install second_apk"
531 },
532 {
533 "cmd": [
534 "python", 519 "python",
535 "-u", 520 "-u",
536 "[SLAVE_BUILD]/src/build/android/test_runner.py", 521 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
537 "instrumentation",
538 "--test-apk",
539 "[SLAVE_BUILD]/src/out/Release/apks/one_apk",
540 "--blacklist-file", 522 "--blacklist-file",
541 "[SLAVE_BUILD]/src/out/bad_devices.json", 523 "[SLAVE_BUILD]/src/out/bad_devices.json",
542 "--logcat-output-file", 524 "--logcat-output-file",
543 "/path/to/tmp/", 525 "/path/to/tmp/",
544 "--apk-under-test",
545 "[SLAVE_BUILD]/src/out/Release/apks/second_apk",
546 "--additional-apk",
547 "[SLAVE_BUILD]/src/out/Release/apks/another_apk",
548 "--additional-apk",
549 "[SLAVE_BUILD]/src/out/Release/apks/omg_so_many_apks",
550 "--isolate-file-path",
551 "chrome/chrome_public_test_apk.isolate",
552 "--flakiness-dashboard-server", 526 "--flakiness-dashboard-server",
553 "test-results.appspot.com", 527 "test-results.appspot.com",
554 "--verbose", 528 "--verbose",
555 "--release",
556 "--json-results-file", 529 "--json-results-file",
557 "/path/to/tmp/json" 530 "/path/to/tmp/json"
558 ], 531 ],
559 "cwd": "[SLAVE_BUILD]", 532 "cwd": "[SLAVE_BUILD]",
560 "name": "Instrumentation test ChromePublicTest", 533 "name": "Instrumentation test ChromePublicTest",
561 "~followup_annotations": [ 534 "~followup_annotations": [
562 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 535 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
563 ] 536 ]
564 }, 537 },
565 { 538 {
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 784 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
812 "@@@STEP_LOG_END@python.inline@@@" 785 "@@@STEP_LOG_END@python.inline@@@"
813 ] 786 ]
814 }, 787 },
815 { 788 {
816 "name": "$result", 789 "name": "$result",
817 "recipe_result": null, 790 "recipe_result": null,
818 "status_code": 0 791 "status_code": 0
819 } 792 }
820 ] 793 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698