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