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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 "[SLAVE_BUILD]/src/out/logcat" | 515 "[SLAVE_BUILD]/src/out/logcat" |
516 ], | 516 ], |
517 "name": "logcat_dump" | 517 "name": "logcat_dump" |
518 }, | 518 }, |
519 { | 519 { |
520 "cmd": [ | 520 "cmd": [ |
521 "python", | 521 "python", |
522 "-u", | 522 "-u", |
523 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 523 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
524 "--", | 524 "--", |
525 "[DEPOT_TOOLS]/gsutil.py", | 525 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
526 "--force-version", | 526 "--force-version", |
527 "4.7", | 527 "4.7", |
528 "-o", | 528 "-o", |
529 "GSUtil:parallel_composite_upload_threshold=50M", | 529 "GSUtil:parallel_composite_upload_threshold=50M", |
530 "----", | 530 "----", |
531 "cp", | 531 "cp", |
532 "-a", | 532 "-a", |
533 "public-read", | 533 "public-read", |
534 "[SLAVE_BUILD]/src/out/Debug/full_log", | 534 "[SLAVE_BUILD]/src/out/Debug/full_log", |
535 "gs://chromium-android/logcat_dumps/android_cronet_tester/571" | 535 "gs://chromium-android/logcat_dumps/android_cronet_tester/571" |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 586 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
587 "@@@STEP_LOG_END@python.inline@@@" | 587 "@@@STEP_LOG_END@python.inline@@@" |
588 ] | 588 ] |
589 }, | 589 }, |
590 { | 590 { |
591 "name": "$result", | 591 "name": "$result", |
592 "recipe_result": null, | 592 "recipe_result": null, |
593 "status_code": 0 | 593 "status_code": 0 |
594 } | 594 } |
595 ] | 595 ] |
OLD | NEW |