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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_ChromiumOS_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 "chromium.gpu.fyi", 8 "chromium.gpu.fyi",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Builder", 10 "Linux ChromiumOS Builder",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "name": "generate_build_files" 259 "name": "generate_build_files"
260 }, 260 },
261 { 261 {
262 "cmd": [ 262 "cmd": [
263 "python", 263 "python",
264 "-u", 264 "-u",
265 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 265 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
266 "--show-path", 266 "--show-path",
267 "python", 267 "python",
268 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 268 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
269 "--gsutil-py-path",
270 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
269 "--ninja-path", 271 "--ninja-path",
270 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 272 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
271 "--target", 273 "--target",
272 "Release", 274 "Release",
273 "--src-dir", 275 "--src-dir",
274 "[SLAVE_BUILD]/src", 276 "[SLAVE_BUILD]/src",
275 "--goma-cache-dir", 277 "--goma-cache-dir",
276 "[GOMA_CACHE]", 278 "[GOMA_CACHE]",
277 "--build-tool", 279 "--build-tool",
278 "ninja", 280 "ninja",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ], 317 ],
316 "cwd": "[SLAVE_BUILD]", 318 "cwd": "[SLAVE_BUILD]",
317 "name": "package build" 319 "name": "package build"
318 }, 320 },
319 { 321 {
320 "name": "$result", 322 "name": "$result",
321 "recipe_result": null, 323 "recipe_result": null,
322 "status_code": 0 324 "status_code": 0
323 } 325 }
324 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698