jenkins-bot has submitted this change and it was merged. Change subject: Android: fix emulator booting ......................................................................
Android: fix emulator booting Ibdf76a6b640b5cb749caaf2b3e4bb3186d6fa710 required a manual SDK upgrade. After this, the emulator just stopped booting. Specify the "-no-audio" option as a workaround[0]. [0] http://stackoverflow.com/a/21446610/970346 Change-Id: Idd4eb7ec22fa95c25c142e9e5aad434389a5fb8b --- M jjb/mobile.yaml 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Hashar: Looks good to me, but someone else must approve jenkins-bot: Verified Niedzielski: Verified; Looks good to me, approved diff --git a/jjb/mobile.yaml b/jjb/mobile.yaml index 8c1cf05..fd39d36 100644 --- a/jjb/mobile.yaml +++ b/jjb/mobile.yaml @@ -84,6 +84,9 @@ screen-density: 240 target-abi: x86 show-window: true + # Unnecessary for a long time. After upgrading the SDK, emulators stopped booting. + # http://stackoverflow.com/a/21446610/970346 + commandline-options: -no-audio hardware-properties: # Required for emulators to terminate: https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin#AndroidEmulatorPlugin-Knownissues hw.audioInput: no -- To view, visit https://gerrit.wikimedia.org/r/319961 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idd4eb7ec22fa95c25c142e9e5aad434389a5fb8b Gerrit-PatchSet: 2 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Niedzielski <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Niedzielski <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
