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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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
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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "--gsutil-py-path", 186 "--gsutil-py-path",
187 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 187 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
188 "--ninja-path", 188 "--ninja-path",
189 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 189 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
190 "--target", 190 "--target",
191 "Release", 191 "Release",
192 "--src-dir", 192 "--src-dir",
193 "[SLAVE_BUILD]/src", 193 "[SLAVE_BUILD]/src",
194 "--goma-cache-dir", 194 "--goma-cache-dir",
195 "[GOMA_CACHE]", 195 "[GOMA_CACHE]",
196 "--build-tool",
197 "ninja",
198 "--compiler", 196 "--compiler",
199 "goma", 197 "goma",
200 "--goma-jsonstatus", 198 "--goma-jsonstatus",
201 "/path/to/tmp/json", 199 "/path/to/tmp/json",
202 "--goma-service-account-json-file", 200 "--goma-service-account-json-file",
203 "/creds/service_accounts/service-account-goma-client.json", 201 "/creds/service_accounts/service-account-goma-client.json",
204 "--goma-dir", 202 "--goma-dir",
205 "[BUILD]/goma", 203 "[BUILD]/goma",
206 "--", 204 "--",
207 "android_tools", 205 "android_tools",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "~followup_annotations": [ 251 "~followup_annotations": [
254 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 252 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
255 ] 253 ]
256 }, 254 },
257 { 255 {
258 "name": "$result", 256 "name": "$result",
259 "recipe_result": null, 257 "recipe_result": null,
260 "status_code": 0 258 "status_code": 0
261 } 259 }
262 ] 260 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698