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