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

Side by Side Diff: scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/linux_dr.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 "linux-dr", 10 "linux-dr",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ], 57 ],
58 "cwd": "[SLAVE_BUILD]", 58 "cwd": "[SLAVE_BUILD]",
59 "name": "pre-commit suite" 59 "name": "pre-commit suite"
60 }, 60 },
61 { 61 {
62 "cmd": [ 62 "cmd": [
63 "python", 63 "python",
64 "-u", 64 "-u",
65 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 65 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
66 "--", 66 "--",
67 "[DEPOT_TOOLS]/gsutil.py", 67 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
68 "-m", 68 "-m",
69 "----", 69 "----",
70 "cp", 70 "cp",
71 "-r", 71 "-r",
72 "[SLAVE_BUILD]/install/docs/html", 72 "[SLAVE_BUILD]/install/docs/html",
73 "gs://chromium-dynamorio/dr_docs/" 73 "gs://chromium-dynamorio/dr_docs/"
74 ], 74 ],
75 "name": "gsutil upload", 75 "name": "gsutil upload",
76 "~followup_annotations": [ 76 "~followup_annotations": [
77 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna morio/dr_docs/@@@" 77 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna morio/dr_docs/@@@"
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "name": "$result", 81 "name": "$result",
82 "recipe_result": null, 82 "recipe_result": null,
83 "status_code": 0 83 "status_code": 0
84 } 84 }
85 ] 85 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698