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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_forced.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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux", 10 "linux",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "name": "gclient runhooks" 64 "name": "gclient runhooks"
65 }, 65 },
66 { 66 {
67 "cmd": [ 67 "cmd": [
68 "python", 68 "python",
69 "-u", 69 "-u",
70 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 70 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
71 "--show-path", 71 "--show-path",
72 "python", 72 "python",
73 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 73 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
74 "--gsutil-py-path",
75 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
74 "--ninja-path", 76 "--ninja-path",
75 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 77 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
76 "--target", 78 "--target",
77 "Debug", 79 "Debug",
78 "--src-dir", 80 "--src-dir",
79 "[SLAVE_BUILD]/src", 81 "[SLAVE_BUILD]/src",
80 "--goma-cache-dir", 82 "--goma-cache-dir",
81 "[GOMA_CACHE]", 83 "[GOMA_CACHE]",
82 "--build-tool", 84 "--build-tool",
83 "ninja", 85 "ninja",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ], 120 ],
119 "cwd": "[SLAVE_BUILD]", 121 "cwd": "[SLAVE_BUILD]",
120 "name": "libyuv_unittest" 122 "name": "libyuv_unittest"
121 }, 123 },
122 { 124 {
123 "name": "$result", 125 "name": "$result",
124 "recipe_result": null, 126 "recipe_result": null,
125 "status_code": 0 127 "status_code": 0
126 } 128 }
127 ] 129 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698