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