Revision 2 as of 2015-11-04 00:35:03

Clear message

Continuous Integration for GNU Mailman

This page describes how to continuous integration server for GNU Mailman actually works. It uses gitlab-runner to runs tests inside a docker container.

Common Problems

These are some common problems that I have seen while maintaining the CI server for mailman.

1. CI server is up but the builds are still not running.

There has been several occasions when this happened, sometimes it just worked after restarting the docker in the server using 'sudo service docker restart'. Other times it was because of some unknown updates from gitlab to the CI framework as we are using https://gitlab.com.