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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 "/path/to/tmp/" | 227 "/path/to/tmp/" |
228 ], | 228 ], |
229 "name": "get version" | 229 "name": "get version" |
230 }, | 230 }, |
231 { | 231 { |
232 "cmd": [ | 232 "cmd": [ |
233 "python", | 233 "python", |
234 "-u", | 234 "-u", |
235 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 235 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
236 "--", | 236 "--", |
237 "[DEPOT_TOOLS]/gsutil.py", | 237 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
238 "----", | 238 "----", |
239 "cp", | 239 "cp", |
240 "[SLAVE_BUILD]/src/out/Debug/cronet/VERSION", | 240 "[SLAVE_BUILD]/src/out/Debug/cronet/VERSION", |
241 "gs://chromium-cronet/android/37.0.2021.0/Debug/VERSION" | 241 "gs://chromium-cronet/android/37.0.2021.0/Debug/VERSION" |
242 ], | 242 ], |
243 "name": "gsutil upload_cronet_version", | 243 "name": "gsutil upload_cronet_version", |
244 "~followup_annotations": [ | 244 "~followup_annotations": [ |
245 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug/VERSION@@@" | 245 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug/VERSION@@@" |
246 ] | 246 ] |
247 }, | 247 }, |
248 { | 248 { |
249 "cmd": [ | 249 "cmd": [ |
250 "python", | 250 "python", |
251 "-u", | 251 "-u", |
252 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 252 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
253 "--", | 253 "--", |
254 "[DEPOT_TOOLS]/gsutil.py", | 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
255 "----", | 255 "----", |
256 "cp", | 256 "cp", |
257 "-R", | 257 "-R", |
258 "[SLAVE_BUILD]/src/out/Debug/cronet", | 258 "[SLAVE_BUILD]/src/out/Debug/cronet", |
259 "gs://chromium-cronet/android/37.0.2021.0/Debug" | 259 "gs://chromium-cronet/android/37.0.2021.0/Debug" |
260 ], | 260 ], |
261 "name": "gsutil upload_cronet_package", | 261 "name": "gsutil upload_cronet_package", |
262 "~followup_annotations": [ | 262 "~followup_annotations": [ |
263 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug@@@" | 263 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug@@@" |
264 ] | 264 ] |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 "[SLAVE_BUILD]/src/out/logcat" | 530 "[SLAVE_BUILD]/src/out/logcat" |
531 ], | 531 ], |
532 "name": "logcat_dump" | 532 "name": "logcat_dump" |
533 }, | 533 }, |
534 { | 534 { |
535 "cmd": [ | 535 "cmd": [ |
536 "python", | 536 "python", |
537 "-u", | 537 "-u", |
538 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 538 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
539 "--", | 539 "--", |
540 "[DEPOT_TOOLS]/gsutil.py", | 540 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
541 "--force-version", | 541 "--force-version", |
542 "4.7", | 542 "4.7", |
543 "-o", | 543 "-o", |
544 "GSUtil:parallel_composite_upload_threshold=50M", | 544 "GSUtil:parallel_composite_upload_threshold=50M", |
545 "----", | 545 "----", |
546 "cp", | 546 "cp", |
547 "[SLAVE_BUILD]/src/out/Debug/full_log", | 547 "[SLAVE_BUILD]/src/out/Debug/full_log", |
548 "gs://chromium-android/logcat_dumps/local_test/571" | 548 "gs://chromium-android/logcat_dumps/local_test/571" |
549 ], | 549 ], |
550 "name": "gsutil upload", | 550 "name": "gsutil upload", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 599 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
600 "@@@STEP_LOG_END@python.inline@@@" | 600 "@@@STEP_LOG_END@python.inline@@@" |
601 ] | 601 ] |
602 }, | 602 }, |
603 { | 603 { |
604 "name": "$result", | 604 "name": "$result", |
605 "recipe_result": null, | 605 "recipe_result": null, |
606 "status_code": 0 | 606 "status_code": 0 |
607 } | 607 } |
608 ] | 608 ] |
OLD | NEW |