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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64___xcode.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Mac64 - xcode", 10 "V8 Mac64 - xcode",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ] 104 ]
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "python", 108 "python",
109 "-u", 109 "-u",
110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
111 "--show-path", 111 "--show-path",
112 "python", 112 "python",
113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
114 "--gsutil-py-path",
115 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
114 "--ninja-path", 116 "--ninja-path",
115 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 117 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
116 "--target", 118 "--target",
117 "Release", 119 "Release",
118 "--src-dir", 120 "--src-dir",
119 "[SLAVE_BUILD]/v8", 121 "[SLAVE_BUILD]/v8",
120 "--goma-cache-dir", 122 "--goma-cache-dir",
121 "[GOMA_CACHE]", 123 "[GOMA_CACHE]",
122 "--build-tool", 124 "--build-tool",
123 "xcode", 125 "xcode",
124 "--compiler", 126 "--compiler",
125 "clang", 127 "clang",
126 "--" 128 "--"
127 ], 129 ],
128 "cwd": "[SLAVE_BUILD]", 130 "cwd": "[SLAVE_BUILD]",
129 "name": "compile" 131 "name": "compile"
130 }, 132 },
131 { 133 {
132 "name": "$result", 134 "name": "$result",
133 "recipe_result": null, 135 "recipe_result": null,
134 "status_code": 0 136 "status_code": 0
135 } 137 }
136 ] 138 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698