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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 "cwd": "[SLAVE_BUILD]", | 580 "cwd": "[SLAVE_BUILD]", |
581 "env": { | 581 "env": { |
582 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 582 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
583 }, | 583 }, |
584 "name": "Instrumentation test SmallTest" | 584 "name": "Instrumentation test SmallTest" |
585 }, | 585 }, |
586 { | 586 { |
587 "cmd": [ | 587 "cmd": [ |
588 "python", | 588 "python", |
589 "-u", | 589 "-u", |
590 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", | 590 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 591 "gtest", |
| 592 "-s", |
| 593 "unittests", |
591 "--blacklist-file", | 594 "--blacklist-file", |
592 "[SLAVE_BUILD]/src/out/bad_devices.json", | 595 "[SLAVE_BUILD]/src/out/bad_devices.json", |
593 "--verbose", | 596 "--verbose", |
| 597 "--release", |
594 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 598 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
595 "--gtest_filter=WebRtc*", | 599 "--gtest_filter=WebRtc*", |
596 "--tool=asan" | 600 "--tool=asan" |
597 ], | 601 ], |
598 "cwd": "[SLAVE_BUILD]", | 602 "cwd": "[SLAVE_BUILD]", |
599 "env": { | 603 "env": { |
| 604 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
600 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 605 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
601 }, | 606 }, |
602 "name": "unittests" | 607 "name": "unittests" |
603 }, | 608 }, |
604 { | 609 { |
605 "cmd": [ | 610 "cmd": [ |
606 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 611 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
607 "-w", | 612 "-w", |
608 "[SLAVE_BUILD]" | 613 "[SLAVE_BUILD]" |
609 ], | 614 ], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 682 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
678 }, | 683 }, |
679 "name": "stack_tool_for_asan" | 684 "name": "stack_tool_for_asan" |
680 }, | 685 }, |
681 { | 686 { |
682 "name": "$result", | 687 "name": "$result", |
683 "recipe_result": null, | 688 "recipe_result": null, |
684 "status_code": 0 | 689 "status_code": 0 |
685 } | 690 } |
686 ] | 691 ] |
OLD | NEW |