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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 "cwd": "[SLAVE_BUILD]", | 578 "cwd": "[SLAVE_BUILD]", |
579 "env": { | 579 "env": { |
580 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 580 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
581 }, | 581 }, |
582 "name": "Instrumentation test SmallTest" | 582 "name": "Instrumentation test SmallTest" |
583 }, | 583 }, |
584 { | 584 { |
585 "cmd": [ | 585 "cmd": [ |
586 "python", | 586 "python", |
587 "-u", | 587 "-u", |
588 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", | 588 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 589 "gtest", |
| 590 "-s", |
| 591 "unittests", |
589 "--blacklist-file", | 592 "--blacklist-file", |
590 "[SLAVE_BUILD]/src/out/bad_devices.json", | 593 "[SLAVE_BUILD]/src/out/bad_devices.json", |
591 "--verbose", | 594 "--verbose", |
| 595 "--release", |
592 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 596 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
593 "--gtest_filter=WebRtc*", | 597 "--gtest_filter=WebRtc*", |
594 "--tool=asan" | 598 "--tool=asan" |
595 ], | 599 ], |
596 "cwd": "[SLAVE_BUILD]", | 600 "cwd": "[SLAVE_BUILD]", |
597 "env": { | 601 "env": { |
| 602 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
598 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 603 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
599 }, | 604 }, |
600 "name": "unittests" | 605 "name": "unittests" |
601 }, | 606 }, |
602 { | 607 { |
603 "cmd": [ | 608 "cmd": [ |
604 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 609 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
605 "-w", | 610 "-w", |
606 "[SLAVE_BUILD]" | 611 "[SLAVE_BUILD]" |
607 ], | 612 ], |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 685 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
681 "@@@STEP_LOG_END@python.inline@@@" | 686 "@@@STEP_LOG_END@python.inline@@@" |
682 ] | 687 ] |
683 }, | 688 }, |
684 { | 689 { |
685 "name": "$result", | 690 "name": "$result", |
686 "reason": "Failed to parse the CTS output for the xml report file location", | 691 "reason": "Failed to parse the CTS output for the xml report file location", |
687 "status_code": 1 | 692 "status_code": 1 |
688 } | 693 } |
689 ] | 694 ] |
OLD | NEW |