-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Ubuntu Linux 16.04
I'm using native code to build my Android app, so I end up with two different builds. One for ARM CPUs, and one for x86. (We aren't targeting MIPS right now.)
It would be nice if a device condition was available so that I could easily have one test job that runs on ARM CPUs, and one that runs on x86 CPUs. (It would probably make sense to include MIPS and the various flavors of ARM, or to make the match a free form text field that supports regex, similar to some of the other available options.)
Thanks!