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

Side by Side Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_instrumentation_trigger_failure.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (amp instrumentation test split)", 10 "Android Tests (amp instrumentation test split)",
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "name": "[trigger] AndroidWebViewTest", 552 "name": "[trigger] AndroidWebViewTest",
553 "~followup_annotations": [ 553 "~followup_annotations": [
554 "step returned non-zero exit code: 1", 554 "step returned non-zero exit code: 1",
555 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 555 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
556 "@@@STEP_LOG_END@json.output (invalid)@@@", 556 "@@@STEP_LOG_END@json.output (invalid)@@@",
557 "@@@STEP_FAILURE@@@" 557 "@@@STEP_FAILURE@@@"
558 ] 558 ]
559 }, 559 },
560 { 560 {
561 "cmd": [ 561 "cmd": [
562 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
563 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView",
564 "-v",
565 "--blacklist-file",
566 "[SLAVE_BUILD]/src/out/bad_devices.json",
567 "--release"
568 ],
569 "cwd": "[SLAVE_BUILD]",
570 "env": {
571 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
572 },
573 "name": "install AndroidWebView"
574 },
575 {
576 "cmd": [
577 "python", 562 "python",
578 "-u", 563 "-u",
579 "[SLAVE_BUILD]/src/build/android/test_runner.py", 564 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
580 "instrumentation",
581 "--test-apk",
582 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest",
583 "--blacklist-file", 565 "--blacklist-file",
584 "[SLAVE_BUILD]/src/out/bad_devices.json", 566 "[SLAVE_BUILD]/src/out/bad_devices.json",
585 "--logcat-output-file", 567 "--logcat-output-file",
586 "/path/to/tmp/", 568 "/path/to/tmp/",
587 "--apk-under-test",
588 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView",
589 "--isolate-file-path",
590 "[SLAVE_BUILD]/src/android_webview/android_webview_test_apk.isolate",
591 "--flakiness-dashboard-server", 569 "--flakiness-dashboard-server",
592 "test-results.appspot.com", 570 "test-results.appspot.com",
593 "--verbose", 571 "--verbose",
594 "--release",
595 "--json-results-file", 572 "--json-results-file",
596 "/path/to/tmp/json" 573 "/path/to/tmp/json"
597 ], 574 ],
598 "cwd": "[SLAVE_BUILD]", 575 "cwd": "[SLAVE_BUILD]",
599 "name": "Instrumentation test AndroidWebViewTest", 576 "name": "Instrumentation test AndroidWebViewTest",
600 "~followup_annotations": [ 577 "~followup_annotations": [
601 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 578 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
602 ] 579 ]
603 }, 580 },
604 { 581 {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 673 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
697 "@@@STEP_LOG_END@python.inline@@@" 674 "@@@STEP_LOG_END@python.inline@@@"
698 ] 675 ]
699 }, 676 },
700 { 677 {
701 "name": "$result", 678 "name": "$result",
702 "recipe_result": null, 679 "recipe_result": null,
703 "status_code": 0 680 "status_code": 0
704 } 681 }
705 ] 682 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698