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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot.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 Linux64 - internal snapshot", 10 "V8 Linux64 - internal snapshot",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
132 "-u", 132 "-u",
133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
134 "--show-path", 134 "--show-path",
135 "python", 135 "python",
136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
137 "--gsutil-py-path",
138 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
137 "--ninja-path", 139 "--ninja-path",
138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 140 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
139 "--target", 141 "--target",
140 "Release", 142 "Release",
141 "--src-dir", 143 "--src-dir",
142 "[SLAVE_BUILD]/v8", 144 "[SLAVE_BUILD]/v8",
143 "--goma-cache-dir", 145 "--goma-cache-dir",
144 "[GOMA_CACHE]", 146 "[GOMA_CACHE]",
145 "--build-tool", 147 "--build-tool",
146 "ninja", 148 "ninja",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 319 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
318 "@@@STEP_LOG_END@durations@@@" 320 "@@@STEP_LOG_END@durations@@@"
319 ] 321 ]
320 }, 322 },
321 { 323 {
322 "name": "$result", 324 "name": "$result",
323 "recipe_result": null, 325 "recipe_result": null,
324 "status_code": 0 326 "status_code": 0
325 } 327 }
326 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698