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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SKP_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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 244 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
245 "@@@STEP_LOG_END@python.inline@@@" 245 "@@@STEP_LOG_END@python.inline@@@"
246 ] 246 ]
247 }, 247 },
248 { 248 {
249 "cmd": [ 249 "cmd": [
250 "python", 250 "python",
251 "-u", 251 "-u",
252 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 252 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
253 "--", 253 "--",
254 "[DEPOT_TOOLS]/gsutil.py", 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
255 "----", 255 "----",
256 "cp", 256 "cp",
257 "-R", 257 "-R",
258 "gs://chromium-skia-gm/playback_42/skps/*", 258 "gs://chromium-skia-gm/playback_42/skps/*",
259 "[SLAVE_BUILD]/playback/skps" 259 "[SLAVE_BUILD]/playback/skps"
260 ], 260 ],
261 "env": { 261 "env": {
262 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 262 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
263 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 263 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
264 }, 264 },
(...skipping 212 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