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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.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.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Linux Snapshot Builder", 10 "Linux Snapshot Builder",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "name": "cleanup_temp" 238 "name": "cleanup_temp"
239 }, 239 },
240 { 240 {
241 "cmd": [ 241 "cmd": [
242 "python", 242 "python",
243 "-u", 243 "-u",
244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
245 "--show-path", 245 "--show-path",
246 "python", 246 "python",
247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
248 "--gsutil-py-path",
249 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
248 "--ninja-path", 250 "--ninja-path",
249 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 251 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
250 "--target", 252 "--target",
251 "Release", 253 "Release",
252 "--src-dir", 254 "--src-dir",
253 "[SLAVE_BUILD]/src", 255 "[SLAVE_BUILD]/src",
254 "--goma-cache-dir", 256 "--goma-cache-dir",
255 "[GOMA_CACHE]", 257 "[GOMA_CACHE]",
256 "--build-tool", 258 "--build-tool",
257 "ninja", 259 "ninja",
(...skipping 28 matching lines...) Expand all
286 ], 288 ],
287 "cwd": "[SLAVE_BUILD]", 289 "cwd": "[SLAVE_BUILD]",
288 "name": "archive build" 290 "name": "archive build"
289 }, 291 },
290 { 292 {
291 "name": "$result", 293 "name": "$result",
292 "recipe_result": null, 294 "recipe_result": null,
293 "status_code": 0 295 "status_code": 0
294 } 296 }
295 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698