Continuous integration/Git repositories

From mediawiki.org

The continuous integration team uses several git repositories for each project, this page attempt to give a bit more explanation that the short description listed in Gerrit.

integration/consistency.git
Meant to verify the configuration of Jenkins/Zuul/Gerrit. Work in progress as of August 2013.
integration/bundler.git
A copy of http://bundler.io/ a ruby system used by browsertests.
integration/config.git
Wikimedia configuration files for Jenkins Job Builder and Zuul. Holds everything needed to regenerate our jobs in Jenkins, and the workflow specification for continuous integration (aka which jobs get triggered on a Gerrit event).
integration/doc.git
Holds various source files used to update the Continuous integration documentation pages on mediawiki.org. An example would be a foreign format used to generate an SVG file.
integration/docroot.git
Files for https://integration.wikimedia.org/
integration/jenkins.git
Contains various utilities used by Jenkins jobs and shell wrapper to conduct tasks. It used to contains a copy of the Jenkins jobs configuration, most of them have been migrated to Jenkins Job Builder templates in 2013.
integration/jenkins-job-builder.git (mirror, archived)
A copy of OpenStack Jenkins Job Builder software. This lets us grab patches still pending review upstream. The repository is updated from time to time based on latest upstream master.
integration/junitdiff.git (archived)
Compare two junit test result files to attempt to find out what has been changed. It is used by the Parsoid project to find out potential regressions when submitting patchsets.
integration/phpcs.git
A copy of PHP CodeSniffer installed on a developer machine via composer. Used to safely deploy PHP CodeSniffer to Jenkins slaves without having to rely on a third party.
integration/phpunit.git
A copy of phpunit installed on a developer machine via composer. Used to safely deploy PHPUnit to Jenkins slaves without having to rely on a third party.
integration/zuul.git (fork)
A fork of OpenStack Zuul software. This lets us grab patches still pending review upstream or which are not suitable there. The repository is updated from time to time and is deployed on Wikimedia production.