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