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