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

Side by Side Diff: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "name": "generate_build_files" 260 "name": "generate_build_files"
261 }, 261 },
262 { 262 {
263 "cmd": [ 263 "cmd": [
264 "python", 264 "python",
265 "-u", 265 "-u",
266 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 266 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
267 "--show-path", 267 "--show-path",
268 "python", 268 "python",
269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
270 "--gsutil-py-path",
271 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
270 "--ninja-path", 272 "--ninja-path",
271 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 273 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
272 "--target", 274 "--target",
273 "Debug", 275 "Debug",
274 "--src-dir", 276 "--src-dir",
275 "[SLAVE_BUILD]/src", 277 "[SLAVE_BUILD]/src",
276 "--goma-cache-dir", 278 "--goma-cache-dir",
277 "[GOMA_CACHE]", 279 "[GOMA_CACHE]",
278 "--build-tool", 280 "--build-tool",
279 "ninja", 281 "ninja",
(...skipping 17 matching lines...) Expand all
297 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 299 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
298 "@@@STEP_LOG_END@json.output (invalid)@@@" 300 "@@@STEP_LOG_END@json.output (invalid)@@@"
299 ] 301 ]
300 }, 302 },
301 { 303 {
302 "name": "$result", 304 "name": "$result",
303 "recipe_result": null, 305 "recipe_result": null,
304 "status_code": 0 306 "status_code": 0
305 } 307 }
306 ] 308 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698