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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/download_and_push_skps.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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 518 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
519 "@@@STEP_LOG_END@python.inline@@@" 519 "@@@STEP_LOG_END@python.inline@@@"
520 ] 520 ]
521 }, 521 },
522 { 522 {
523 "cmd": [ 523 "cmd": [
524 "python", 524 "python",
525 "-u", 525 "-u",
526 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 526 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
527 "--", 527 "--",
528 "[DEPOT_TOOLS]/gsutil.py", 528 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
529 "----", 529 "----",
530 "cp", 530 "cp",
531 "-R", 531 "-R",
532 "gs://chromium-skia-gm/playback_42/skps/*", 532 "gs://chromium-skia-gm/playback_42/skps/*",
533 "[SLAVE_BUILD]/playback/skps" 533 "[SLAVE_BUILD]/playback/skps"
534 ], 534 ],
535 "env": { 535 "env": {
536 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 536 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
537 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 537 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
538 }, 538 },
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 1084 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
1085 }, 1085 },
1086 "name": "wait for charge (3)" 1086 "name": "wait for charge (3)"
1087 }, 1087 },
1088 { 1088 {
1089 "name": "$result", 1089 "name": "$result",
1090 "recipe_result": null, 1090 "recipe_result": null,
1091 "status_code": 0 1091 "status_code": 0
1092 } 1092 }
1093 ] 1093 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698