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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_ToT.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "CFI Linux ToT", 10 "CFI Linux ToT",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 ] 187 ]
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 193 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
194 "--show-path", 194 "--show-path",
195 "python", 195 "python",
196 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 196 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
197 "--gsutil-py-path",
198 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
197 "--ninja-path", 199 "--ninja-path",
198 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 200 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
199 "--target", 201 "--target",
200 "Release", 202 "Release",
201 "--src-dir", 203 "--src-dir",
202 "[SLAVE_BUILD]/src", 204 "[SLAVE_BUILD]/src",
203 "--goma-cache-dir", 205 "--goma-cache-dir",
204 "[GOMA_CACHE]", 206 "[GOMA_CACHE]",
205 "--build-tool", 207 "--build-tool",
206 "ninja", 208 "ninja",
207 "--compiler", 209 "--compiler",
208 "clang", 210 "clang",
209 "--", 211 "--",
210 "All" 212 "All"
211 ], 213 ],
212 "cwd": "[SLAVE_BUILD]", 214 "cwd": "[SLAVE_BUILD]",
213 "env": { 215 "env": {
214 "LLVM_FORCE_HEAD_REVISION": "YES" 216 "LLVM_FORCE_HEAD_REVISION": "YES"
215 }, 217 },
216 "name": "compile" 218 "name": "compile"
217 }, 219 },
218 { 220 {
219 "name": "$result", 221 "name": "$result",
220 "recipe_result": null, 222 "recipe_result": null,
221 "status_code": 0 223 "status_code": 0
222 } 224 }
223 ] 225 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698