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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SK_IMAGE_VERSION_host.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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 264 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
265 "@@@STEP_LOG_END@python.inline@@@" 265 "@@@STEP_LOG_END@python.inline@@@"
266 ] 266 ]
267 }, 267 },
268 { 268 {
269 "cmd": [ 269 "cmd": [
270 "python", 270 "python",
271 "-u", 271 "-u",
272 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 272 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
273 "--", 273 "--",
274 "[DEPOT_TOOLS]/gsutil.py", 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
275 "----", 275 "----",
276 "cp", 276 "cp",
277 "-R", 277 "-R",
278 "gs://chromium-skia-gm/skimage/v42/*", 278 "gs://chromium-skia-gm/skimage/v42/*",
279 "[SLAVE_BUILD]/images" 279 "[SLAVE_BUILD]/images"
280 ], 280 ],
281 "env": { 281 "env": {
282 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 282 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
283 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 283 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
284 }, 284 },
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 477 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
478 }, 478 },
479 "name": "nanobench" 479 "name": "nanobench"
480 }, 480 },
481 { 481 {
482 "name": "$result", 482 "name": "$result",
483 "recipe_result": null, 483 "recipe_result": null,
484 "status_code": 0 484 "status_code": 0
485 } 485 }
486 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698