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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_cloud_test.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 "Android Cloud Tests", 10 "Android Cloud Tests",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "name": "generate_build_files" 308 "name": "generate_build_files"
309 }, 309 },
310 { 310 {
311 "cmd": [ 311 "cmd": [
312 "python", 312 "python",
313 "-u", 313 "-u",
314 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 314 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
315 "--show-path", 315 "--show-path",
316 "python", 316 "python",
317 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 317 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
318 "--gsutil-py-path",
319 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
318 "--ninja-path", 320 "--ninja-path",
319 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
320 "--target", 322 "--target",
321 "Release", 323 "Release",
322 "--src-dir", 324 "--src-dir",
323 "[SLAVE_BUILD]/src", 325 "[SLAVE_BUILD]/src",
324 "--goma-cache-dir", 326 "--goma-cache-dir",
325 "[GOMA_CACHE]", 327 "[GOMA_CACHE]",
326 "--build-tool", 328 "--build-tool",
327 "ninja", 329 "ninja",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 521 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
520 "@@@STEP_LOG_END@python.inline@@@" 522 "@@@STEP_LOG_END@python.inline@@@"
521 ] 523 ]
522 }, 524 },
523 { 525 {
524 "name": "$result", 526 "name": "$result",
525 "recipe_result": null, 527 "recipe_result": null,
526 "status_code": 0 528 "status_code": 0
527 } 529 }
528 ] 530 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698