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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.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 Linux - vtunejit", 10 "V8 Linux - vtunejit",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 ] 105 ]
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
112 "--show-path", 112 "--show-path",
113 "python", 113 "python",
114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
115 "--gsutil-py-path",
116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
115 "--ninja-path", 117 "--ninja-path",
116 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
117 "--target", 119 "--target",
118 "Debug", 120 "Debug",
119 "--src-dir", 121 "--src-dir",
120 "[SLAVE_BUILD]/v8", 122 "[SLAVE_BUILD]/v8",
121 "--goma-cache-dir", 123 "--goma-cache-dir",
122 "[GOMA_CACHE]", 124 "[GOMA_CACHE]",
123 "--build-tool", 125 "--build-tool",
124 "ninja", 126 "ninja",
(...skipping 11 matching lines...) Expand all
136 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 138 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
137 "@@@STEP_LOG_END@json.output (invalid)@@@" 139 "@@@STEP_LOG_END@json.output (invalid)@@@"
138 ] 140 ]
139 }, 141 },
140 { 142 {
141 "name": "$result", 143 "name": "$result",
142 "recipe_result": null, 144 "recipe_result": null,
143 "status_code": 0 145 "status_code": 0
144 } 146 }
145 ] 147 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698