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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "[SLAVE_BUILD]/src/chrome/VERSION", | 196 "[SLAVE_BUILD]/src/chrome/VERSION", |
197 "/path/to/tmp/" | 197 "/path/to/tmp/" |
198 ], | 198 ], |
199 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
200 "name": "get version" | 200 "name": "get version" |
201 }, | 201 }, |
202 { | 202 { |
203 "cmd": [ | 203 "cmd": [ |
204 "python", | 204 "python", |
205 "-u", | 205 "-u", |
206 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 206 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
207 "--", | 207 "--", |
208 "[DEPOT_TOOLS]/gsutil.py", | 208 "[DEPOT_TOOLS]/gsutil.py", |
209 "--force-version", | 209 "--force-version", |
210 "4.7", | 210 "4.7", |
211 "----", | 211 "----", |
212 "cp", | 212 "cp", |
213 "gs://build-bucket/build_product.zip", | 213 "gs://build-bucket/build_product.zip", |
214 "[SLAVE_BUILD]/src/out/build_product.zip" | 214 "[SLAVE_BUILD]/src/out/build_product.zip" |
215 ], | 215 ], |
216 "cwd": "[SLAVE_BUILD]", | 216 "cwd": "[SLAVE_BUILD]", |
(...skipping 13 matching lines...) Expand all Loading... |
230 "[DEPOT_TOOLS]/git_number.py" | 230 "[DEPOT_TOOLS]/git_number.py" |
231 ], | 231 ], |
232 "cwd": "[SLAVE_BUILD]/src", | 232 "cwd": "[SLAVE_BUILD]/src", |
233 "name": "git_number", | 233 "name": "git_number", |
234 "stdout": "/path/to/tmp/" | 234 "stdout": "/path/to/tmp/" |
235 }, | 235 }, |
236 { | 236 { |
237 "cmd": [ | 237 "cmd": [ |
238 "python", | 238 "python", |
239 "-u", | 239 "-u", |
240 "RECIPE_MODULE[adb]/resources/list_devices.py", | 240 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
241 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 241 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
242 "/path/to/tmp/json" | 242 "/path/to/tmp/json" |
243 ], | 243 ], |
244 "cwd": "[SLAVE_BUILD]", | 244 "cwd": "[SLAVE_BUILD]", |
245 "name": "List adb devices", | 245 "name": "List adb devices", |
246 "~followup_annotations": [ | 246 "~followup_annotations": [ |
247 "@@@STEP_LOG_LINE@json.output@[@@@", | 247 "@@@STEP_LOG_LINE@json.output@[@@@", |
248 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
249 "@@@STEP_LOG_LINE@json.output@]@@@", | 249 "@@@STEP_LOG_LINE@json.output@]@@@", |
250 "@@@STEP_LOG_END@json.output@@@" | 250 "@@@STEP_LOG_END@json.output@@@" |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 }, | 701 }, |
702 "name": "perf_test.foo", | 702 "name": "perf_test.foo", |
703 "~followup_annotations": [ | 703 "~followup_annotations": [ |
704 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" | 704 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" |
705 ] | 705 ] |
706 }, | 706 }, |
707 { | 707 { |
708 "cmd": [ | 708 "cmd": [ |
709 "python", | 709 "python", |
710 "-u", | 710 "-u", |
711 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 711 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
712 "--", | 712 "--", |
713 "[DEPOT_TOOLS]/gsutil.py", | 713 "[DEPOT_TOOLS]/gsutil.py", |
714 "----", | 714 "----", |
715 "cp", | 715 "cp", |
716 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip", | 716 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip", |
717 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" | 717 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" |
718 ], | 718 ], |
719 "cwd": "[SLAVE_BUILD]", | 719 "cwd": "[SLAVE_BUILD]", |
720 "name": "gsutil upload perf_test.foo output dir archive", | 720 "name": "gsutil upload perf_test.foo output dir archive", |
721 "~followup_annotations": [ | 721 "~followup_annotations": [ |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 861 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
862 }, | 862 }, |
863 "name": "stack_tool_for_asan" | 863 "name": "stack_tool_for_asan" |
864 }, | 864 }, |
865 { | 865 { |
866 "name": "$result", | 866 "name": "$result", |
867 "recipe_result": null, | 867 "recipe_result": null, |
868 "status_code": 0 | 868 "status_code": 0 |
869 } | 869 } |
870 ] | 870 ] |
OLD | NEW |