Continuous integration

From MediaWiki.org
Jump to: navigation, search


The continuous integration infrastructure uses Jenkins (run from gallium) to control and execute builds.

Related services are reachable from its dashboard at integration.wikimedia.org.

Documentation[edit | edit source]

Coordination[edit | edit source]

Rationale[edit | edit source]

In order to improve the development process, it was proposed to consolidate a platform to run automated tests systematically at pre-commit or post-commit time.

These tests aim to check that the master branch of our repositories in git remain in an (almost) constantly deployable state. This project also relates to the will to have more frequent code deployments, as continuous integration will give us more confidence in new code if it already passed the automated tests.

Documents[edit | edit source]

See also[edit | edit source]