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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" | 692 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" |
693 ], | 693 ], |
694 "cwd": "[SLAVE_BUILD]", | 694 "cwd": "[SLAVE_BUILD]", |
695 "name": "gsutil upload perf_test.foo output dir archive", | 695 "name": "gsutil upload perf_test.foo output dir archive", |
696 "~followup_annotations": [ | 696 "~followup_annotations": [ |
697 "@@@STEP_LINK@output_dir.zip@https://storage.cloud.google.com/archives-buc
ket/perf_runner/perf_test.foo/20150928T110712_build_571.zip@@@" | 697 "@@@STEP_LINK@output_dir.zip@https://storage.cloud.google.com/archives-buc
ket/perf_runner/perf_test.foo/20150928T110712_build_571.zip@@@" |
698 ] | 698 ] |
699 }, | 699 }, |
700 { | 700 { |
701 "cmd": [ | 701 "cmd": [ |
702 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
703 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
704 "-v", | |
705 "--blacklist-file", | |
706 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
707 "--release" | |
708 ], | |
709 "cwd": "[SLAVE_BUILD]", | |
710 "env": { | |
711 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
712 }, | |
713 "name": "install AndroidWebView.apk" | |
714 }, | |
715 { | |
716 "cmd": [ | |
717 "python", | 702 "python", |
718 "-u", | 703 "-u", |
719 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 704 "out/Release/bin/run_android_webview_test_apk", |
720 "instrumentation", | 705 "instrumentation", |
721 "--test-apk", | |
722 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
723 "--blacklist-file", | 706 "--blacklist-file", |
724 "[SLAVE_BUILD]/src/out/bad_devices.json", | 707 "[SLAVE_BUILD]/src/out/bad_devices.json", |
725 "--logcat-output-file", | 708 "--logcat-output-file", |
726 "/path/to/tmp/", | 709 "/path/to/tmp/", |
727 "--apk-under-test", | |
728 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
729 "--isolate-file-path", | |
730 "android_webview/android_webview_test_apk.isolate", | |
731 "--flakiness-dashboard-server", | 710 "--flakiness-dashboard-server", |
732 "test-results.appspot.com", | 711 "test-results.appspot.com", |
733 "-A", | 712 "-A", |
734 "SmallTest", | 713 "SmallTest", |
735 "-E", | 714 "-E", |
736 "FlakyTest", | 715 "FlakyTest", |
737 "--screenshot", | 716 "--screenshot", |
738 "--release", | |
739 "--host-driven-root", | 717 "--host-driven-root", |
740 "[SLAVE_BUILD]/src/chrome/test", | 718 "[SLAVE_BUILD]/src/chrome/test" |
741 "--official-build" | |
742 ], | 719 ], |
743 "cwd": "[SLAVE_BUILD]", | 720 "cwd": "[SLAVE_BUILD]", |
744 "name": "Instrumentation test SmallTest", | 721 "name": "Instrumentation test SmallTest", |
745 "~followup_annotations": [ | 722 "~followup_annotations": [ |
746 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 723 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
747 "@@@STEP_LOG_LINE@logcat@beep@@@", | 724 "@@@STEP_LOG_LINE@logcat@beep@@@", |
748 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 725 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
749 "@@@STEP_LOG_END@logcat@@@" | 726 "@@@STEP_LOG_END@logcat@@@" |
750 ] | 727 ] |
751 }, | 728 }, |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 824 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
848 }, | 825 }, |
849 "name": "stack_tool_for_asan" | 826 "name": "stack_tool_for_asan" |
850 }, | 827 }, |
851 { | 828 { |
852 "name": "$result", | 829 "name": "$result", |
853 "recipe_result": null, | 830 "recipe_result": null, |
854 "status_code": 0 | 831 "status_code": 0 |
855 } | 832 } |
856 ] | 833 ] |
OLD | NEW |