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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_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", 8 "chromium.gpu",
9 "--builder", 9 "--builder",
10 "GPU Mac Builder", 10 "GPU Mac Builder",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ] 266 ]
267 }, 267 },
268 { 268 {
269 "cmd": [ 269 "cmd": [
270 "python", 270 "python",
271 "-u", 271 "-u",
272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
273 "--show-path", 273 "--show-path",
274 "python", 274 "python",
275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
276 "--gsutil-py-path",
277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
276 "--ninja-path", 278 "--ninja-path",
277 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
278 "--target", 280 "--target",
279 "Release", 281 "Release",
280 "--src-dir", 282 "--src-dir",
281 "[SLAVE_BUILD]/src", 283 "[SLAVE_BUILD]/src",
282 "--goma-cache-dir", 284 "--goma-cache-dir",
283 "[GOMA_CACHE]", 285 "[GOMA_CACHE]",
284 "--build-tool", 286 "--build-tool",
285 "ninja", 287 "ninja",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "~followup_annotations": [ 442 "~followup_annotations": [
441 "@@@STEP_TEXT@Mac Retina Release@@@" 443 "@@@STEP_TEXT@Mac Retina Release@@@"
442 ] 444 ]
443 }, 445 },
444 { 446 {
445 "name": "$result", 447 "name": "$result",
446 "recipe_result": null, 448 "recipe_result": null,
447 "status_code": 0 449 "status_code": 0
448 } 450 }
449 ] 451 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698