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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android arm64 Builder", 10 "Android arm64 Builder",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "--gsutil-py-path", 183 "--gsutil-py-path",
184 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 184 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
185 "--ninja-path", 185 "--ninja-path",
186 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 186 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
187 "--target", 187 "--target",
188 "Release", 188 "Release",
189 "--src-dir", 189 "--src-dir",
190 "[SLAVE_BUILD]/src", 190 "[SLAVE_BUILD]/src",
191 "--goma-cache-dir", 191 "--goma-cache-dir",
192 "[GOMA_CACHE]", 192 "[GOMA_CACHE]",
193 "--build-tool",
194 "ninja",
195 "--compiler", 193 "--compiler",
196 "goma", 194 "goma",
197 "--goma-jsonstatus", 195 "--goma-jsonstatus",
198 "/path/to/tmp/json", 196 "/path/to/tmp/json",
199 "--goma-service-account-json-file", 197 "--goma-service-account-json-file",
200 "/creds/service_accounts/service-account-goma-client.json", 198 "/creds/service_accounts/service-account-goma-client.json",
201 "--goma-dir", 199 "--goma-dir",
202 "[BUILD]/goma", 200 "[BUILD]/goma",
203 "--", 201 "--",
204 "android_tools", 202 "android_tools",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "~followup_annotations": [ 248 "~followup_annotations": [
251 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" 249 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@"
252 ] 250 ]
253 }, 251 },
254 { 252 {
255 "name": "$result", 253 "name": "$result",
256 "recipe_result": null, 254 "recipe_result": null,
257 "status_code": 0 255 "status_code": 0
258 } 256 }
259 ] 257 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698