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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 "/path/to/tmp/" | 167 "/path/to/tmp/" |
168 ], | 168 ], |
169 "name": "get version" | 169 "name": "get version" |
170 }, | 170 }, |
171 { | 171 { |
172 "cmd": [ | 172 "cmd": [ |
173 "python", | 173 "python", |
174 "-u", | 174 "-u", |
175 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 175 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
176 "--", | 176 "--", |
177 "[DEPOT_TOOLS]/gsutil.py", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
178 "--force-version", | 178 "--force-version", |
179 "4.7", | 179 "4.7", |
180 "----", | 180 "----", |
181 "cp", | 181 "cp", |
182 "gs://build-bucket/build_product.zip", | 182 "gs://build-bucket/build_product.zip", |
183 "[SLAVE_BUILD]/src/out/build_product.zip" | 183 "[SLAVE_BUILD]/src/out/build_product.zip" |
184 ], | 184 ], |
185 "name": "gsutil download_build_product" | 185 "name": "gsutil download_build_product" |
186 }, | 186 }, |
187 { | 187 { |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 "~followup_annotations": [ | 686 "~followup_annotations": [ |
687 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" | 687 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" |
688 ] | 688 ] |
689 }, | 689 }, |
690 { | 690 { |
691 "cmd": [ | 691 "cmd": [ |
692 "python", | 692 "python", |
693 "-u", | 693 "-u", |
694 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 694 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
695 "--", | 695 "--", |
696 "[DEPOT_TOOLS]/gsutil.py", | 696 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
697 "----", | 697 "----", |
698 "cp", | 698 "cp", |
699 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip", | 699 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip", |
700 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" | 700 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" |
701 ], | 701 ], |
702 "name": "gsutil upload perf_test.foo output dir archive", | 702 "name": "gsutil upload perf_test.foo output dir archive", |
703 "~followup_annotations": [ | 703 "~followup_annotations": [ |
704 "@@@STEP_LINK@output_dir.zip@https://storage.cloud.google.com/archives-buc
ket/perf_runner/perf_test.foo/20150928T110712_build_571.zip@@@" | 704 "@@@STEP_LINK@output_dir.zip@https://storage.cloud.google.com/archives-buc
ket/perf_runner/perf_test.foo/20150928T110712_build_571.zip@@@" |
705 ] | 705 ] |
706 }, | 706 }, |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 826 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
827 }, | 827 }, |
828 "name": "stack_tool_for_asan" | 828 "name": "stack_tool_for_asan" |
829 }, | 829 }, |
830 { | 830 { |
831 "name": "$result", | 831 "name": "$result", |
832 "recipe_result": null, | 832 "recipe_result": null, |
833 "status_code": 0 | 833 "status_code": 0 |
834 } | 834 } |
835 ] | 835 ] |
OLD | NEW |