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

Side by Side Diff: scripts/slave/recipes/infra/depot_tools_builder.expected/basic.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 "name": "clean workspace" 4 "name": "clean workspace"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "\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", 10 "\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",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ], 167 ],
168 "name": "zip it up", 168 "name": "zip it up",
169 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/depot_tools\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/depot_tools.zip\", \"root\": \"[SLAVE_BU ILD]/depot_tools\"}" 169 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/depot_tools\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/depot_tools.zip\", \"root\": \"[SLAVE_BU ILD]/depot_tools\"}"
170 }, 170 },
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 175 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
176 "--", 176 "--",
177 "[DEPOT_TOOLS]/gsutil.py", 177 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
178 "----", 178 "----",
179 "cp", 179 "cp",
180 "-a", 180 "-a",
181 "public-read", 181 "public-read",
182 "[SLAVE_BUILD]/depot_tools.zip", 182 "[SLAVE_BUILD]/depot_tools.zip",
183 "gs://chrome-infra/depot_tools.zip" 183 "gs://chrome-infra/depot_tools.zip"
184 ], 184 ],
185 "name": "gsutil upload", 185 "name": "gsutil upload",
186 "~followup_annotations": [ 186 "~followup_annotations": [
187 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chrome-infra/de pot_tools.zip@@@" 187 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chrome-infra/de pot_tools.zip@@@"
188 ] 188 ]
189 }, 189 },
190 { 190 {
191 "cmd": [ 191 "cmd": [
192 "python", 192 "python",
193 "-u", 193 "-u",
194 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 194 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
195 "--", 195 "--",
196 "[DEPOT_TOOLS]/gsutil.py", 196 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
197 "----", 197 "----",
198 "cp", 198 "cp",
199 "-r", 199 "-r",
200 "-z", 200 "-z",
201 "html", 201 "html",
202 "-a", 202 "-a",
203 "public-read", 203 "public-read",
204 "[SLAVE_BUILD]/depot_tools/man/html", 204 "[SLAVE_BUILD]/depot_tools/man/html",
205 "gs://chrome-infra-docs/flat/depot_tools/docs/" 205 "gs://chrome-infra-docs/flat/depot_tools/docs/"
206 ], 206 ],
207 "name": "gsutil upload docs" 207 "name": "gsutil upload docs"
208 }, 208 },
209 { 209 {
210 "name": "$result", 210 "name": "$result",
211 "recipe_result": null, 211 "recipe_result": null,
212 "status_code": 0 212 "status_code": 0
213 } 213 }
214 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698