Confirmed users
586
edits
(→Sheriffing: Add stuff on automation) |
(Add further reading section) |
||
Line 90: | Line 90: | ||
The graphics branch currently runs all the usual tests (i.e. jobs that are run on mozilla-central) on each push. In addition, it also runs some new jobs specific to the Quantum Render code. Specifically, it runs 64-bit build jobs with --enable-webrender set, for Linux, OS X, and Windows. Both debug and opt builds are created. These can be seen on the [https://treeherder.mozilla.org/#/jobs?repo=graphics graphics TreeHerder page] in their own rows labelled with "qr" or "QuantumRender". The Linux QR builds also runs some reftest jobs - however, these jobs merely check to make sure there are no crashes. {{bug|1322815}} is tracking the work to make these jobs actually do proper checking of reftest results and getting them passing. | The graphics branch currently runs all the usual tests (i.e. jobs that are run on mozilla-central) on each push. In addition, it also runs some new jobs specific to the Quantum Render code. Specifically, it runs 64-bit build jobs with --enable-webrender set, for Linux, OS X, and Windows. Both debug and opt builds are created. These can be seen on the [https://treeherder.mozilla.org/#/jobs?repo=graphics graphics TreeHerder page] in their own rows labelled with "qr" or "QuantumRender". The Linux QR builds also runs some reftest jobs - however, these jobs merely check to make sure there are no crashes. {{bug|1322815}} is tracking the work to make these jobs actually do proper checking of reftest results and getting them passing. | ||
== Further reading == | |||
There is more information at the following locations: | |||
* https://public.etherpad-mozilla.org/p/gfx |