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