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

Side by Side Diff: scripts/slave/recipes/nacl/sdk.expected/basic.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.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "name": "cleanup_temp" 124 "name": "cleanup_temp"
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 130 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
131 "--show-path", 131 "--show-path",
132 "python", 132 "python",
133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
134 "--gsutil-py-path",
135 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
134 "--ninja-path", 136 "--ninja-path",
135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 137 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
136 "--target", 138 "--target",
137 "Release", 139 "Release",
138 "--src-dir", 140 "--src-dir",
139 "[SLAVE_BUILD]/src", 141 "[SLAVE_BUILD]/src",
140 "--goma-cache-dir", 142 "--goma-cache-dir",
141 "[GOMA_CACHE]", 143 "[GOMA_CACHE]",
142 "--build-tool", 144 "--build-tool",
143 "ninja", 145 "ninja",
(...skipping 22 matching lines...) Expand all
166 ], 168 ],
167 "cwd": "[SLAVE_BUILD]", 169 "cwd": "[SLAVE_BUILD]",
168 "name": "annotated_steps" 170 "name": "annotated_steps"
169 }, 171 },
170 { 172 {
171 "name": "$result", 173 "name": "$result",
172 "recipe_result": null, 174 "recipe_result": null,
173 "status_code": 0 175 "status_code": 0
174 } 176 }
175 ] 177 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698