[Python-Dev] Support of the Android platform

Victor Stinner victor.stinner at gmail.com
Mon Dec 11 09:40:19 EST 2017


2017-12-11 14:58 GMT+01:00 Xavier de Gaye <xdegaye at gmail.com>:
> The host running the buildbots must be able to run 6 (i.e. 3 x (version 3.x
> + maintenance version)) emulators simultaneously, so with an eight core cpu,
> that will be 6 cores running at 100%. The armv7 and arm64 buildbot may be
> set to run only daily but the tests last a long time on these architectures
> anyway.

What do you mean by "maintenance version"? Do you want to add Android
support to Python 2.7 and 3.6 as well? I would prefer to only support
Android since the master branch.

Would it be possible to only run an emulator to run a test, and then
stop it? So we could test many combo in the same host?

Victor


More information about the Python-Dev mailing list