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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_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 "chromium.gpu.fyi", 8 "chromium.gpu.fyi",
9 "--builder", 9 "--builder",
10 "GPU Linux Builder", 10 "GPU Linux Builder",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ] 342 ]
343 }, 343 },
344 { 344 {
345 "cmd": [ 345 "cmd": [
346 "python", 346 "python",
347 "-u", 347 "-u",
348 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 348 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
349 "--show-path", 349 "--show-path",
350 "python", 350 "python",
351 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 351 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
352 "--gsutil-py-path",
353 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
352 "--ninja-path", 354 "--ninja-path",
353 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 355 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
354 "--target", 356 "--target",
355 "Release", 357 "Release",
356 "--src-dir", 358 "--src-dir",
357 "[SLAVE_BUILD]/src", 359 "[SLAVE_BUILD]/src",
358 "--goma-cache-dir", 360 "--goma-cache-dir",
359 "[GOMA_CACHE]", 361 "[GOMA_CACHE]",
360 "--build-tool", 362 "--build-tool",
361 "ninja", 363 "ninja",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "~followup_annotations": [ 572 "~followup_annotations": [
571 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" 573 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@"
572 ] 574 ]
573 }, 575 },
574 { 576 {
575 "name": "$result", 577 "name": "$result",
576 "recipe_result": null, 578 "recipe_result": null,
577 "status_code": 0 579 "status_code": 0
578 } 580 }
579 ] 581 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698