OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 577 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
578 }, | 578 }, |
579 "name": "install AndroidWebView.apk" | 579 "name": "install AndroidWebView.apk" |
580 }, | 580 }, |
581 { | 581 { |
582 "cmd": [ | 582 "cmd": [ |
583 "python", | 583 "python", |
584 "-u", | 584 "-u", |
585 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 585 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
586 "instrumentation", | 586 "instrumentation", |
587 "--test-apk", | |
588 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
589 "--blacklist-file", | 587 "--blacklist-file", |
590 "[SLAVE_BUILD]/src/out/bad_devices.json", | 588 "[SLAVE_BUILD]/src/out/bad_devices.json", |
591 "--logcat-output-file", | 589 "--logcat-output-file", |
592 "/path/to/tmp/", | 590 "/path/to/tmp/", |
593 "--apk-under-test", | |
594 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
595 "--isolate-file-path", | |
596 "android_webview/android_webview_test_apk.isolate", | |
597 "--flakiness-dashboard-server", | 591 "--flakiness-dashboard-server", |
598 "test-results.appspot.com", | 592 "test-results.appspot.com", |
599 "-A", | 593 "-A", |
600 "SmallTest", | 594 "SmallTest", |
601 "-E", | 595 "-E", |
602 "FlakyTest", | 596 "FlakyTest", |
603 "--screenshot", | 597 "--screenshot", |
604 "--release", | |
605 "--coverage-dir", | 598 "--coverage-dir", |
606 "[SLAVE_BUILD]/src/out/Release/coverage", | 599 "[SLAVE_BUILD]/src/out/Release/coverage", |
607 "--host-driven-root", | 600 "--host-driven-root", |
608 "[SLAVE_BUILD]/src/chrome/test", | 601 "[SLAVE_BUILD]/src/chrome/test", |
| 602 "--test-apk", |
| 603 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 604 "--apk-under-test", |
| 605 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 606 "--additional-apk", |
| 607 "Additional.apk", |
| 608 "--isolate-file-path", |
| 609 "android_webview/android_webview_test_apk.isolate", |
| 610 "--release", |
609 "--official-build" | 611 "--official-build" |
610 ], | 612 ], |
611 "cwd": "[SLAVE_BUILD]", | 613 "cwd": "[SLAVE_BUILD]", |
612 "name": "Instrumentation test SmallTest", | 614 "name": "Instrumentation test SmallTest", |
613 "~followup_annotations": [ | 615 "~followup_annotations": [ |
614 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 616 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
615 "@@@STEP_LOG_LINE@logcat@beep@@@", | 617 "@@@STEP_LOG_LINE@logcat@beep@@@", |
616 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 618 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
617 "@@@STEP_LOG_END@logcat@@@" | 619 "@@@STEP_LOG_END@logcat@@@" |
618 ] | 620 ] |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
761 "~followup_annotations": [ | 763 "~followup_annotations": [ |
762 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" | 764 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" |
763 ] | 765 ] |
764 }, | 766 }, |
765 { | 767 { |
766 "name": "$result", | 768 "name": "$result", |
767 "recipe_result": null, | 769 "recipe_result": null, |
768 "status_code": 0 | 770 "status_code": 0 |
769 } | 771 } |
770 ] | 772 ] |
OLD | NEW |