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