| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 7 "[SLAVE_BUILD]/git_clone_bundler/bundles" | 7 "[SLAVE_BUILD]/git_clone_bundler/bundles" |
| 8 ], | 8 ], |
| 9 "name": "rmtree old bundles", | 9 "name": "rmtree old bundles", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 ], | 50 ], |
| 51 "cwd": "[SLAVE_BUILD]/checkout", | 51 "cwd": "[SLAVE_BUILD]/checkout", |
| 52 "name": "create bundle" | 52 "name": "create bundle" |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "cmd": [ | 55 "cmd": [ |
| 56 "python", | 56 "python", |
| 57 "-u", | 57 "-u", |
| 58 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 58 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 59 "--", | 59 "--", |
| 60 "[DEPOT_TOOLS]/gsutil.py", | 60 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 61 "----", | 61 "----", |
| 62 "cp", | 62 "cp", |
| 63 "[SLAVE_BUILD]/git_clone_bundler/bundles/4c11f7d238ab3a5109562560694c3722.
bundle", | 63 "[SLAVE_BUILD]/git_clone_bundler/bundles/4c11f7d238ab3a5109562560694c3722.
bundle", |
| 64 "gs://clone-dot-bundle-bucket/checkout/repository/clone.bundle" | 64 "gs://clone-dot-bundle-bucket/checkout/repository/clone.bundle" |
| 65 ], | 65 ], |
| 66 "name": "gsutil upload bundle", | 66 "name": "gsutil upload bundle", |
| 67 "~followup_annotations": [ | 67 "~followup_annotations": [ |
| 68 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun
dle-bucket/checkout/repository/clone.bundle@@@" | 68 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun
dle-bucket/checkout/repository/clone.bundle@@@" |
| 69 ] | 69 ] |
| 70 }, | 70 }, |
| 71 { | 71 { |
| 72 "name": "$result", | 72 "name": "$result", |
| 73 "recipe_result": null, | 73 "recipe_result": null, |
| 74 "status_code": 0 | 74 "status_code": 0 |
| 75 } | 75 } |
| 76 ] | 76 ] |
| OLD | NEW |