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 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1004 "@@@STEP_NEST_LEVEL@1@@@" | 1004 "@@@STEP_NEST_LEVEL@1@@@" |
1005 ] | 1005 ] |
1006 }, | 1006 }, |
1007 { | 1007 { |
1008 "cmd": [ | 1008 "cmd": [ |
1009 "python", | 1009 "python", |
1010 "-u", | 1010 "-u", |
1011 "RECIPE_MODULE[build::zip]/resources/unzip.py" | 1011 "RECIPE_MODULE[build::zip]/resources/unzip.py" |
1012 ], | 1012 ], |
1013 "name": "Update CTS.Extract new CTS", | 1013 "name": "Update CTS.Extract new CTS", |
1014 "stdin": "{\"output\": \"[CACHE]/android_cts/unzipped\", \"zip_file\": \"[CA
CHE]/android_cts/cts_arm64_L.zip\"}", | 1014 "stdin": "{\"output\": \"[CACHE]/android_cts/unzipped\", \"quiet\": false, \
"zip_file\": \"[CACHE]/android_cts/cts_arm64_L.zip\"}", |
1015 "~followup_annotations": [ | 1015 "~followup_annotations": [ |
1016 "@@@STEP_NEST_LEVEL@1@@@" | 1016 "@@@STEP_NEST_LEVEL@1@@@" |
1017 ] | 1017 ] |
1018 }, | 1018 }, |
1019 { | 1019 { |
1020 "cmd": [ | 1020 "cmd": [ |
1021 "[CACHE]/android_cts/unzipped/android-cts/tools/cts-tradefed", | 1021 "[CACHE]/android_cts/unzipped/android-cts/tools/cts-tradefed", |
1022 "run", | 1022 "run", |
1023 "cts", | 1023 "cts", |
1024 "-p", | 1024 "-p", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1060 "@@@STEP_FAILURE@@@" | 1060 "@@@STEP_FAILURE@@@" |
1061 ] | 1061 ] |
1062 }, | 1062 }, |
1063 { | 1063 { |
1064 "name": "$result", | 1064 "name": "$result", |
1065 "reason": "Tests not executed.", | 1065 "reason": "Tests not executed.", |
1066 "recipe_result": null, | 1066 "recipe_result": null, |
1067 "status_code": 1 | 1067 "status_code": 1 |
1068 } | 1068 } |
1069 ] | 1069 ] |
OLD | NEW |