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