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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm_dbg.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_arm_dbg", 10 "v8_linux_arm_dbg",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ] 133 ]
134 }, 134 },
135 { 135 {
136 "cmd": [ 136 "cmd": [
137 "python", 137 "python",
138 "-u", 138 "-u",
139 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 139 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
140 "--show-path", 140 "--show-path",
141 "python", 141 "python",
142 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 142 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
143 "--gsutil-py-path",
144 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
143 "--ninja-path", 145 "--ninja-path",
144 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 146 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
145 "--target", 147 "--target",
146 "Debug", 148 "Debug",
147 "--src-dir", 149 "--src-dir",
148 "[SLAVE_BUILD]/v8", 150 "[SLAVE_BUILD]/v8",
149 "--goma-cache-dir", 151 "--goma-cache-dir",
150 "[GOMA_CACHE]", 152 "[GOMA_CACHE]",
151 "--build-tool", 153 "--build-tool",
152 "ninja", 154 "ninja",
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1228 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1230 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1229 "@@@STEP_LOG_END@durations@@@" 1231 "@@@STEP_LOG_END@durations@@@"
1230 ] 1232 ]
1231 }, 1233 },
1232 { 1234 {
1233 "name": "$result", 1235 "name": "$result",
1234 "recipe_result": null, 1236 "recipe_result": null,
1235 "status_code": 0 1237 "status_code": 0
1236 } 1238 }
1237 ] 1239 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698