Niedzielski has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/319961

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/61/319961/1

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: newchange
Gerrit-Change-Id: Idd4eb7ec22fa95c25c142e9e5aad434389a5fb8b
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to