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