⇤ ← Revision 1 as of 2015-11-04 00:26:04
Size: 280
Comment:
|
Size: 757
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
== 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. |
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.