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

Side by Side Diff: scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json

Issue 2338203004: Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: 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 "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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "--buildbot-slavename", 188 "--buildbot-slavename",
189 "TestSlavename", 189 "TestSlavename",
190 "--compiler", 190 "--compiler",
191 "goma", 191 "goma",
192 "--goma-jsonstatus", 192 "--goma-jsonstatus",
193 "/path/to/tmp/json", 193 "/path/to/tmp/json",
194 "--goma-service-account-json-file", 194 "--goma-service-account-json-file",
195 "/creds/service_accounts/service-account-goma-client.json", 195 "/creds/service_accounts/service-account-goma-client.json",
196 "--goma-dir", 196 "--goma-dir",
197 "[BUILD]/goma", 197 "[BUILD]/goma",
198 "--ninja-ensure-up-to-date",
198 "--", 199 "--",
199 "android_webview_unittests_apk", 200 "android_webview_unittests_apk",
200 "base_unittests_apk", 201 "base_unittests_apk",
201 "cc_unittests_apk", 202 "cc_unittests_apk",
202 "components_unittests_apk", 203 "components_unittests_apk",
203 "events_unittests_apk", 204 "events_unittests_apk",
204 "gl_tests_apk", 205 "gl_tests_apk",
205 "ipc_tests_apk", 206 "ipc_tests_apk",
206 "skia_unittests_apk", 207 "skia_unittests_apk",
207 "sql_unittests_apk", 208 "sql_unittests_apk",
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 ], 573 ],
573 "name": "[emulator] deleting all temp avds after running" 574 "name": "[emulator] deleting all temp avds after running"
574 }, 575 },
575 { 576 {
576 "name": "$result", 577 "name": "$result",
577 "reason": "1 out of 11 aggregated steps failed. Failures: Step('android_webv iew_unittests') failed with return_code 2", 578 "reason": "1 out of 11 aggregated steps failed. Failures: Step('android_webv iew_unittests') failed with return_code 2",
578 "recipe_result": null, 579 "recipe_result": null,
579 "status_code": 1 580 "status_code": 1
580 } 581 }
581 ] 582 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698