Confirmed users
3,990
edits
m (→Introduction) |
|||
| Line 2: | Line 2: | ||
= Introduction = | = Introduction = | ||
Mozilla releases a version of | Mozilla releases a version of [[Mobile/Platforms/Android|Firefox for Android]]. | ||
Mozilla's Release Engineering team support this initiative with continuous integration systems. | Mozilla's Release Engineering team support this initiative with continuous integration systems. | ||
This page explains what is involved on all the pieces related to these systems. | This page explains what is involved on all the pieces related to these systems. | ||
| Line 8: | Line 8: | ||
Currently, we build on EC2 instances (bld-linux64-ec2-XXX machines) and in-house machines (bld-linux64-ix-XXX machines). | Currently, we build on EC2 instances (bld-linux64-ec2-XXX machines) and in-house machines (bld-linux64-ix-XXX machines). | ||
We create builds for three different architectures: armv6, armv7 and x86. | We create builds for three different architectures: armv6, armv7 and x86. | ||
We run unit tests and performance test differently | We run unit tests and performance test differently for each build. | ||
= Builds & tests = | = Builds & tests = | ||