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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 "~followup_annotations": [ | 703 "~followup_annotations": [ |
704 "step returned non-zero exit code: 1", | 704 "step returned non-zero exit code: 1", |
705 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 705 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", |
706 "@@@STEP_FAILURE@@@" | 706 "@@@STEP_FAILURE@@@" |
707 ] | 707 ] |
708 }, | 708 }, |
709 { | 709 { |
710 "cmd": [ | 710 "cmd": [ |
711 "python", | 711 "python", |
712 "-u", | 712 "-u", |
713 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 713 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
714 "--", | 714 "--", |
715 "[DEPOT_TOOLS]/gsutil.py", | 715 "[DEPOT_TOOLS]/gsutil.py", |
716 "----", | 716 "----", |
717 "cp", | 717 "cp", |
718 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip", | 718 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip", |
719 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" | 719 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" |
720 ], | 720 ], |
721 "cwd": "[SLAVE_BUILD]", | 721 "cwd": "[SLAVE_BUILD]", |
722 "name": "gsutil upload perf_test.foo output dir archive", | 722 "name": "gsutil upload perf_test.foo output dir archive", |
723 "~followup_annotations": [ | 723 "~followup_annotations": [ |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 841 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
842 }, | 842 }, |
843 "name": "stack_tool_for_asan" | 843 "name": "stack_tool_for_asan" |
844 }, | 844 }, |
845 { | 845 { |
846 "name": "$result", | 846 "name": "$result", |
847 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 847 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
848 "status_code": 1 | 848 "status_code": 1 |
849 } | 849 } |
850 ] | 850 ] |
OLD | NEW |