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

Side by Side Diff: scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/win_dr_package.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "win-dr-package", 10 "win-dr-package",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "BOTTOOLS": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools" 65 "BOTTOOLS": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools"
66 }, 66 },
67 "name": "Package DynamoRIO" 67 "name": "Package DynamoRIO"
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 73 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
74 "--", 74 "--",
75 "[DEPOT_TOOLS]/gsutil.py", 75 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
76 "----", 76 "----",
77 "cp", 77 "cp",
78 "DynamoRIO-Windows-*1234567.zip", 78 "DynamoRIO-Windows-*1234567.zip",
79 "gs://chromium-dynamorio/builds/" 79 "gs://chromium-dynamorio/builds/"
80 ], 80 ],
81 "name": "gsutil upload", 81 "name": "gsutil upload",
82 "~followup_annotations": [ 82 "~followup_annotations": [
83 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna morio/builds/@@@" 83 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna morio/builds/@@@"
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 "name": "$result", 87 "name": "$result",
88 "recipe_result": null, 88 "recipe_result": null,
89 "status_code": 0 89 "status_code": 0
90 } 90 }
91 ] 91 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698