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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_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.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 ] 310 ]
311 }, 311 },
312 { 312 {
313 "cmd": [ 313 "cmd": [
314 "python", 314 "python",
315 "-u", 315 "-u",
316 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 316 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
317 "--show-path", 317 "--show-path",
318 "python", 318 "python",
319 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 319 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
320 "--gsutil-py-path",
321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
320 "--ninja-path", 322 "--ninja-path",
321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
322 "--target", 324 "--target",
323 "Release", 325 "Release",
324 "--src-dir", 326 "--src-dir",
325 "[SLAVE_BUILD]/src", 327 "[SLAVE_BUILD]/src",
326 "--goma-cache-dir", 328 "--goma-cache-dir",
327 "[GOMA_CACHE]", 329 "[GOMA_CACHE]",
328 "--build-tool", 330 "--build-tool",
329 "ninja", 331 "ninja",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "~followup_annotations": [ 435 "~followup_annotations": [
434 "@@@STEP_TEXT@Linux Tests@@@" 436 "@@@STEP_TEXT@Linux Tests@@@"
435 ] 437 ]
436 }, 438 },
437 { 439 {
438 "name": "$result", 440 "name": "$result",
439 "recipe_result": null, 441 "recipe_result": null,
440 "status_code": 0 442 "status_code": 0
441 } 443 }
442 ] 444 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698