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 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:%(
PATH)s" | 789 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:%(
PATH)s" |
790 }, | 790 }, |
791 "name": "Run CTS", | 791 "name": "Run CTS", |
792 "stdout": "/path/to/tmp/", | 792 "stdout": "/path/to/tmp/", |
793 "~followup_annotations": [ | 793 "~followup_annotations": [ |
794 "@@@STEP_LOG_LINE@disabled_tests@@@@", | 794 "@@@STEP_LOG_LINE@disabled_tests@@@@", |
795 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", | 795 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", |
796 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki
t.cts.ExampleBlacklistedTest\":@@@", | 796 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki
t.cts.ExampleBlacklistedTest\":@@@", |
797 "@@@STEP_LOG_LINE@disabled_tests@ [@@@", | 797 "@@@STEP_LOG_LINE@disabled_tests@ [@@@", |
798 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", | 798 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", |
799 "@@@STEP_LOG_LINE@disabled_tests@ \"name\":
\"testA\", @@@", | 799 "@@@STEP_LOG_LINE@disabled_tests@ \"name\":
\"testA\",@@@", |
800 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id
\": \"crbug.com/123\"@@@", | 800 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id
\": \"crbug.com/123\"@@@", |
801 "@@@STEP_LOG_LINE@disabled_tests@ },@@@", | 801 "@@@STEP_LOG_LINE@disabled_tests@ },@@@", |
802 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\":
\"testB\"}@@@", | 802 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\":
\"testB\"}@@@", |
803 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@", | 803 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@", |
804 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", | 804 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", |
805 "@@@STEP_LOG_END@disabled_tests@@@" | 805 "@@@STEP_LOG_END@disabled_tests@@@" |
806 ] | 806 ] |
807 }, | 807 }, |
808 { | 808 { |
809 "name": "$result", | 809 "name": "$result", |
810 "reason": "Failed to parse the CTS output for the xml report file location", | 810 "reason": "Failed to parse the CTS output for the xml report file location", |
811 "status_code": 1 | 811 "status_code": 1 |
812 } | 812 } |
813 ] | 813 ] |
OLD | NEW |