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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 "cwd": "[SLAVE_BUILD]", | 737 "cwd": "[SLAVE_BUILD]", |
738 "env": { | 738 "env": { |
739 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 739 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
740 }, | 740 }, |
741 "name": "Instrumentation test SmallTest" | 741 "name": "Instrumentation test SmallTest" |
742 }, | 742 }, |
743 { | 743 { |
744 "cmd": [ | 744 "cmd": [ |
745 "python", | 745 "python", |
746 "-u", | 746 "-u", |
747 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", | 747 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 748 "gtest", |
| 749 "-s", |
| 750 "unittests", |
748 "--blacklist-file", | 751 "--blacklist-file", |
749 "[SLAVE_BUILD]/src/out/bad_devices.json", | 752 "[SLAVE_BUILD]/src/out/bad_devices.json", |
750 "--verbose", | 753 "--verbose", |
| 754 "--release", |
751 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 755 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
752 "--gtest_filter=WebRtc*", | 756 "--gtest_filter=WebRtc*", |
753 "--tool=asan" | 757 "--tool=asan" |
754 ], | 758 ], |
755 "cwd": "[SLAVE_BUILD]", | 759 "cwd": "[SLAVE_BUILD]", |
756 "env": { | 760 "env": { |
| 761 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
757 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 762 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
758 }, | 763 }, |
759 "name": "unittests" | 764 "name": "unittests" |
760 }, | 765 }, |
761 { | 766 { |
762 "cmd": [ | 767 "cmd": [ |
763 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 768 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
764 "-w", | 769 "-w", |
765 "[SLAVE_BUILD]" | 770 "[SLAVE_BUILD]" |
766 ], | 771 ], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 839 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
835 }, | 840 }, |
836 "name": "stack_tool_for_asan" | 841 "name": "stack_tool_for_asan" |
837 }, | 842 }, |
838 { | 843 { |
839 "name": "$result", | 844 "name": "$result", |
840 "recipe_result": null, | 845 "recipe_result": null, |
841 "status_code": 0 | 846 "status_code": 0 |
842 } | 847 } |
843 ] | 848 ] |
OLD | NEW |