Continuous integration/ja

From mediawiki.org
This page is a translated version of the page Continuous integration and the translation is 63% complete.

The continuous integration infrastructure uses Jenkins to control and execute builds. 主に Gerrit に提出されたパッチのテストを実行するために使います。

関連のサービスはintegration.wikimedia.orgのダッシュボード経由で利用できます。

説明文書

Coordination

根拠

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.

文書


関連項目