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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_debug__gn_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Android Debug (GN)", 10 "Android Debug (GN)",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "name": "gn" 77 "name": "gn"
78 }, 78 },
79 { 79 {
80 "cmd": [ 80 "cmd": [
81 "python", 81 "python",
82 "-u", 82 "-u",
83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
84 "--show-path", 84 "--show-path",
85 "python", 85 "python",
86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
87 "--gsutil-py-path",
88 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
87 "--ninja-path", 89 "--ninja-path",
88 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 90 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
89 "--target", 91 "--target",
90 "Debug", 92 "Debug",
91 "--src-dir", 93 "--src-dir",
92 "[SLAVE_BUILD]/src", 94 "[SLAVE_BUILD]/src",
93 "--goma-cache-dir", 95 "--goma-cache-dir",
94 "[GOMA_CACHE]", 96 "[GOMA_CACHE]",
95 "--build-tool", 97 "--build-tool",
96 "ninja", 98 "ninja",
(...skipping 15 matching lines...) Expand all
112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
113 "@@@STEP_LOG_END@json.output (invalid)@@@" 115 "@@@STEP_LOG_END@json.output (invalid)@@@"
114 ] 116 ]
115 }, 117 },
116 { 118 {
117 "name": "$result", 119 "name": "$result",
118 "recipe_result": null, 120 "recipe_result": null,
119 "status_code": 0 121 "status_code": 0
120 } 122 }
121 ] 123 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698