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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "--buildbot-slavename", 250 "--buildbot-slavename",
251 "TestSlavename", 251 "TestSlavename",
252 "--compiler", 252 "--compiler",
253 "goma", 253 "goma",
254 "--goma-jsonstatus", 254 "--goma-jsonstatus",
255 "/path/to/tmp/json", 255 "/path/to/tmp/json",
256 "--goma-service-account-json-file", 256 "--goma-service-account-json-file",
257 "/creds/service_accounts/service-account-goma-client.json", 257 "/creds/service_accounts/service-account-goma-client.json",
258 "--goma-dir", 258 "--goma-dir",
259 "[CACHE]/cipd/goma", 259 "[CACHE]/cipd/goma",
260 "--ninja-ensure-up-to-date",
261 "--", 260 "--",
262 "android_tools", 261 "android_tools",
263 "cc_perftests", 262 "cc_perftests",
264 "chrome_public_apk", 263 "chrome_public_apk",
265 "gpu_perftests", 264 "gpu_perftests",
266 "push_apps_to_background_apk", 265 "push_apps_to_background_apk",
267 "system_webview_apk", 266 "system_webview_apk",
268 "system_webview_shell_apk" 267 "system_webview_shell_apk"
269 ], 268 ],
270 "env": { 269 "env": {
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 "~followup_annotations": [ 658 "~followup_annotations": [
660 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@" 659 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@"
661 ] 660 ]
662 }, 661 },
663 { 662 {
664 "name": "$result", 663 "name": "$result",
665 "recipe_result": null, 664 "recipe_result": null,
666 "status_code": 0 665 "status_code": 0
667 } 666 }
668 ] 667 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698