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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_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 Mac Builder", 10 "GPU Mac Builder",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 ] 283 ]
284 }, 284 },
285 { 285 {
286 "cmd": [ 286 "cmd": [
287 "python", 287 "python",
288 "-u", 288 "-u",
289 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 289 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
290 "--show-path", 290 "--show-path",
291 "python", 291 "python",
292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
293 "--gsutil-py-path",
294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
293 "--ninja-path", 295 "--ninja-path",
294 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 296 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
295 "--target", 297 "--target",
296 "Release", 298 "Release",
297 "--src-dir", 299 "--src-dir",
298 "[SLAVE_BUILD]/src", 300 "[SLAVE_BUILD]/src",
299 "--goma-cache-dir", 301 "--goma-cache-dir",
300 "[GOMA_CACHE]", 302 "[GOMA_CACHE]",
301 "--build-tool", 303 "--build-tool",
302 "ninja", 304 "ninja",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "~followup_annotations": [ 567 "~followup_annotations": [
566 "@@@STEP_TEXT@Optional Mac Retina Release@@@" 568 "@@@STEP_TEXT@Optional Mac Retina Release@@@"
567 ] 569 ]
568 }, 570 },
569 { 571 {
570 "name": "$result", 572 "name": "$result",
571 "recipe_result": null, 573 "recipe_result": null,
572 "status_code": 0 574 "status_code": 0
573 } 575 }
574 ] 576 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698