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

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

Issue 2346963002: Revert of Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: rebase Created 4 years, 3 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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "--buildbot-slavename", 253 "--buildbot-slavename",
254 "TestSlavename", 254 "TestSlavename",
255 "--compiler", 255 "--compiler",
256 "goma", 256 "goma",
257 "--goma-jsonstatus", 257 "--goma-jsonstatus",
258 "/path/to/tmp/json", 258 "/path/to/tmp/json",
259 "--goma-service-account-json-file", 259 "--goma-service-account-json-file",
260 "/creds/service_accounts/service-account-goma-client.json", 260 "/creds/service_accounts/service-account-goma-client.json",
261 "--goma-dir", 261 "--goma-dir",
262 "[CACHE]/cipd/goma", 262 "[CACHE]/cipd/goma",
263 "--ninja-ensure-up-to-date",
264 "--", 263 "--",
265 "android_tools", 264 "android_tools",
266 "cc_perftests", 265 "cc_perftests",
267 "chrome_public_apk", 266 "chrome_public_apk",
268 "gpu_perftests", 267 "gpu_perftests",
269 "push_apps_to_background_apk", 268 "push_apps_to_background_apk",
270 "system_webview_apk", 269 "system_webview_apk",
271 "system_webview_shell_apk" 270 "system_webview_shell_apk"
272 ], 271 ],
273 "env": { 272 "env": {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "~followup_annotations": [ 310 "~followup_annotations": [
312 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 311 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
313 ] 312 ]
314 }, 313 },
315 { 314 {
316 "name": "$result", 315 "name": "$result",
317 "recipe_result": null, 316 "recipe_result": null,
318 "status_code": 0 317 "status_code": 0
319 } 318 }
320 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698