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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 "cwd": "[SLAVE_BUILD]", | 596 "cwd": "[SLAVE_BUILD]", |
597 "env": { | 597 "env": { |
598 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 598 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
599 }, | 599 }, |
600 "name": "Instrumentation test SmallTest" | 600 "name": "Instrumentation test SmallTest" |
601 }, | 601 }, |
602 { | 602 { |
603 "cmd": [ | 603 "cmd": [ |
604 "python", | 604 "python", |
605 "-u", | 605 "-u", |
606 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", | 606 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 607 "gtest", |
| 608 "-s", |
| 609 "unittests", |
607 "--blacklist-file", | 610 "--blacklist-file", |
608 "[SLAVE_BUILD]/src/out/bad_devices.json", | 611 "[SLAVE_BUILD]/src/out/bad_devices.json", |
609 "--verbose", | 612 "--verbose", |
| 613 "--release", |
610 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 614 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
611 "--gtest_filter=WebRtc*", | 615 "--gtest_filter=WebRtc*", |
612 "--tool=asan" | 616 "--tool=asan" |
613 ], | 617 ], |
614 "cwd": "[SLAVE_BUILD]", | 618 "cwd": "[SLAVE_BUILD]", |
615 "env": { | 619 "env": { |
| 620 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
616 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 621 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
617 }, | 622 }, |
618 "name": "unittests" | 623 "name": "unittests" |
619 }, | 624 }, |
620 { | 625 { |
621 "cmd": [ | 626 "cmd": [ |
622 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 627 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
623 "-w", | 628 "-w", |
624 "[SLAVE_BUILD]" | 629 "[SLAVE_BUILD]" |
625 ], | 630 ], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 698 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
694 }, | 699 }, |
695 "name": "stack_tool_for_asan" | 700 "name": "stack_tool_for_asan" |
696 }, | 701 }, |
697 { | 702 { |
698 "name": "$result", | 703 "name": "$result", |
699 "recipe_result": null, | 704 "recipe_result": null, |
700 "status_code": 0 | 705 "status_code": 0 |
701 } | 706 } |
702 ] | 707 ] |
OLD | NEW |