Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1639)

Side by Side Diff: scripts/slave/recipe_modules/git_clone_bundler/example.expected/repo.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 ], 103 ],
104 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48 4/path/to/foo", 104 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48 4/path/to/foo",
105 "name": "create bundle (src/foo)" 105 "name": "create bundle (src/foo)"
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 111 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
112 "--", 112 "--",
113 "[DEPOT_TOOLS]/gsutil.py", 113 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
114 "----", 114 "----",
115 "cp", 115 "cp",
116 "[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e. bundle", 116 "[SLAVE_BUILD]/git_clone_bundler/bundles/b30c7a01edcf711e48356dd038d8c03e. bundle",
117 "gs://clone-dot-bundle-bucket/checkout/repository/src/foo/clone.bundle" 117 "gs://clone-dot-bundle-bucket/checkout/repository/src/foo/clone.bundle"
118 ], 118 ],
119 "name": "gsutil upload bundle (src/foo)", 119 "name": "gsutil upload bundle (src/foo)",
120 "~followup_annotations": [ 120 "~followup_annotations": [
121 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/src/foo/clone.bundle@@@" 121 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/src/foo/clone.bundle@@@"
122 ] 122 ]
123 }, 123 },
(...skipping 21 matching lines...) Expand all
145 ], 145 ],
146 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48 4/path/to/bar", 146 "cwd": "[SLAVE_BUILD]/git_clone_bundler/repo/baa8c54f5ad38fa45e904e6bdfb6b48 4/path/to/bar",
147 "name": "create bundle (src/bar)" 147 "name": "create bundle (src/bar)"
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "python", 151 "python",
152 "-u", 152 "-u",
153 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 153 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
154 "--", 154 "--",
155 "[DEPOT_TOOLS]/gsutil.py", 155 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
156 "----", 156 "----",
157 "cp", 157 "cp",
158 "[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16. bundle", 158 "[SLAVE_BUILD]/git_clone_bundler/bundles/4e9dd63391c5eb1884b9b449679dfa16. bundle",
159 "gs://clone-dot-bundle-bucket/checkout/repository/src/bar/clone.bundle" 159 "gs://clone-dot-bundle-bucket/checkout/repository/src/bar/clone.bundle"
160 ], 160 ],
161 "name": "gsutil upload bundle (src/bar)", 161 "name": "gsutil upload bundle (src/bar)",
162 "~followup_annotations": [ 162 "~followup_annotations": [
163 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/src/bar/clone.bundle@@@" 163 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/src/bar/clone.bundle@@@"
164 ] 164 ]
165 }, 165 },
(...skipping 10 matching lines...) Expand all
176 "~followup_annotations": [ 176 "~followup_annotations": [
177 "@@@STEP_TEXT@https://localhost/bar.git@@@" 177 "@@@STEP_TEXT@https://localhost/bar.git@@@"
178 ] 178 ]
179 }, 179 },
180 { 180 {
181 "name": "$result", 181 "name": "$result",
182 "recipe_result": null, 182 "recipe_result": null,
183 "status_code": 0 183 "status_code": 0
184 } 184 }
185 ] 185 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698