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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_clobber_rel_ng", 10 "linux_chromium_clobber_rel_ng",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "name": "generate_build_files (with patch)" 345 "name": "generate_build_files (with patch)"
346 }, 346 },
347 { 347 {
348 "cmd": [ 348 "cmd": [
349 "python", 349 "python",
350 "-u", 350 "-u",
351 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 351 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
352 "--show-path", 352 "--show-path",
353 "python", 353 "python",
354 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 354 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
355 "--gsutil-py-path",
356 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
355 "--ninja-path", 357 "--ninja-path",
356 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
357 "--target", 359 "--target",
358 "Release", 360 "Release",
359 "--src-dir", 361 "--src-dir",
360 "[SLAVE_BUILD]/src", 362 "[SLAVE_BUILD]/src",
361 "--goma-cache-dir", 363 "--goma-cache-dir",
362 "[GOMA_CACHE]", 364 "[GOMA_CACHE]",
363 "--build-tool", 365 "--build-tool",
364 "ninja", 366 "ninja",
(...skipping 26 matching lines...) Expand all
391 ], 393 ],
392 "cwd": "[SLAVE_BUILD]", 394 "cwd": "[SLAVE_BUILD]",
393 "name": "mark: before_tests" 395 "name": "mark: before_tests"
394 }, 396 },
395 { 397 {
396 "name": "$result", 398 "name": "$result",
397 "recipe_result": null, 399 "recipe_result": null,
398 "status_code": 0 400 "status_code": 0
399 } 401 }
400 ] 402 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698