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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/download_and_push_skimage.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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 555 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
556 "@@@STEP_LOG_END@python.inline@@@" 556 "@@@STEP_LOG_END@python.inline@@@"
557 ] 557 ]
558 }, 558 },
559 { 559 {
560 "cmd": [ 560 "cmd": [
561 "python", 561 "python",
562 "-u", 562 "-u",
563 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 563 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
564 "--", 564 "--",
565 "[DEPOT_TOOLS]/gsutil.py", 565 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
566 "----", 566 "----",
567 "cp", 567 "cp",
568 "-R", 568 "-R",
569 "gs://chromium-skia-gm/skimage/v42/*", 569 "gs://chromium-skia-gm/skimage/v42/*",
570 "[SLAVE_BUILD]/images" 570 "[SLAVE_BUILD]/images"
571 ], 571 ],
572 "env": { 572 "env": {
573 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 573 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
574 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 574 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
575 }, 575 },
(...skipping 508 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