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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.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.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "name": "gclient runhooks" 147 "name": "gclient runhooks"
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "python", 151 "python",
152 "-u", 152 "-u",
153 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 153 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
154 "--show-path", 154 "--show-path",
155 "python", 155 "python",
156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
157 "--gsutil-py-path",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
157 "--ninja-path", 159 "--ninja-path",
158 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 160 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
159 "--target", 161 "--target",
160 "Release", 162 "Release",
161 "--src-dir", 163 "--src-dir",
162 "[SLAVE_BUILD]/src", 164 "[SLAVE_BUILD]/src",
163 "--goma-cache-dir", 165 "--goma-cache-dir",
164 "[GOMA_CACHE]", 166 "[GOMA_CACHE]",
165 "--build-tool", 167 "--build-tool",
166 "ninja", 168 "ninja",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "~followup_annotations": [ 216 "~followup_annotations": [
215 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 217 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
216 ] 218 ]
217 }, 219 },
218 { 220 {
219 "name": "$result", 221 "name": "$result",
220 "recipe_result": null, 222 "recipe_result": null,
221 "status_code": 0 223 "status_code": 0
222 } 224 }
223 ] 225 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698