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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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@stdout@Invalid CTS output here...@@@", | 794 "@@@STEP_LOG_LINE@stdout@Invalid CTS output here...@@@", |
795 "@@@STEP_LOG_END@stdout@@@", | 795 "@@@STEP_LOG_END@stdout@@@", |
796 "@@@STEP_LOG_LINE@disabled_tests@@@@", | 796 "@@@STEP_LOG_LINE@disabled_tests@@@@", |
797 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", | 797 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", |
798 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki
t.cts.ExampleBlacklistedTest\":@@@", | 798 "@@@STEP_LOG_LINE@disabled_tests@ \"android.webki
t.cts.ExampleBlacklistedTest\":@@@", |
799 "@@@STEP_LOG_LINE@disabled_tests@ [@@@", | 799 "@@@STEP_LOG_LINE@disabled_tests@ [@@@", |
800 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", | 800 "@@@STEP_LOG_LINE@disabled_tests@ {@@@", |
801 "@@@STEP_LOG_LINE@disabled_tests@ \"name\":
\"testA\", @@@", | 801 "@@@STEP_LOG_LINE@disabled_tests@ \"name\":
\"testA\",@@@", |
802 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id
\": \"crbug.com/123\"@@@", | 802 "@@@STEP_LOG_LINE@disabled_tests@ \"_bug_id
\": \"crbug.com/123\"@@@", |
803 "@@@STEP_LOG_LINE@disabled_tests@ },@@@", | 803 "@@@STEP_LOG_LINE@disabled_tests@ },@@@", |
804 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\":
\"testB\"}@@@", | 804 "@@@STEP_LOG_LINE@disabled_tests@ {\"name\":
\"testB\"}@@@", |
805 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@", | 805 "@@@STEP_LOG_LINE@disabled_tests@ ]@@@", |
806 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", | 806 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", |
807 "@@@STEP_LOG_END@disabled_tests@@@" | 807 "@@@STEP_LOG_END@disabled_tests@@@" |
808 ] | 808 ] |
809 }, | 809 }, |
810 { | 810 { |
811 "name": "$result", | 811 "name": "$result", |
812 "reason": "Failed to parse the CTS output for the xml report file location", | 812 "reason": "Failed to parse the CTS output for the xml report file location", |
813 "status_code": 1 | 813 "status_code": 1 |
814 } | 814 } |
815 ] | 815 ] |
OLD | NEW |