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

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

Powered by Google App Engine
This is Rietveld 408576698