2014-09-18 09:45:18 -04:00
# CI setup
2014-09-19 07:23:53 -04:00
This document describes what services we use for testing GitLab and GitLab CI.
2014-09-18 09:45:18 -04:00
2014-09-19 07:23:53 -04:00
We currently use three CI services to test GitLab:
2014-09-18 09:45:18 -04:00
2014-10-15 13:25:47 -04:00
1. GitLab CI on [GitHost.io ](https://gitlab-ce.githost.io/projects/4/ ) for the [GitLab.com repo ](https://gitlab.com/gitlab-org/gitlab-ce )
2014-09-19 07:23:53 -04:00
2. GitLab CI at ci.gitlab.org to test the private GitLab B.V. repo at dev.gitlab.org
3. [Semephore ](https://semaphoreapp.com/gitlabhq/gitlabhq/ ) for [GitHub.com repo ](https://github.com/gitlabhq/gitlabhq )
2014-09-18 09:45:18 -04:00
2014-09-19 07:23:53 -04:00
| Software @ configuration being tested | GitLab CI (ci.gitlab.org) | GitLab CI (GitHost.io) | Semaphore |
2014-10-15 06:48:37 -04:00
|---------------------------------------|---------------------------|---------------------------------------------------------------------------|-----------|
| GitLab CE @ MySQL | ✓ | ✓ [Core team can trigger builds ](https://gitlab-ce.githost.io/projects/4 ) | |
| GitLab CE @ PostgreSQL | | | ✓ [Core team can trigger builds ](https://semaphoreapp.com/gitlabhq/gitlabhq/branches/master ) |
| GitLab EE @ MySQL | ✓ | | |
| GitLab CI @ MySQL | ✓ | | |
| GitLab CI @ PostgreSQL | | | ✓ |
| GitLab CI Runner | ✓ | | ✓ |
| GitLab Shell | ✓ | | ✓ |
| GitLab Shell | ✓ | | ✓ |
Core team has access to trigger builds if needed for GitLab CE.
2014-09-19 07:23:53 -04:00
2016-06-25 23:43:10 -04:00
We use [these build scripts ](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml ) for testing with GitLab CI.
2014-09-19 07:23:53 -04:00
# Build configuration on [Semaphore](https://semaphoreapp.com/gitlabhq/gitlabhq/) for testing the [GitHub.com repo](https://github.com/gitlabhq/gitlabhq)
2014-10-15 13:52:39 -04:00
- Language: Ruby
2016-02-19 11:19:57 -05:00
- Ruby version: 2.1.8
2014-10-15 13:52:39 -04:00
- database.yml: pg
2014-09-19 07:23:53 -04:00
Build commands
```bash
sudo apt-get install cmake libicu-dev -y (Setup)
bundle install --deployment --path vendor/bundle (Setup)
cp config/gitlab.yml.example config/gitlab.yml (Setup)
bundle exec rake db:create (Setup)
bundle exec rake spinach (Thread #1 )
2015-03-02 21:34:29 -05:00
bundle exec rake spec (thread #2 )
bundle exec rake rubocop (thread #3 )
bundle exec rake brakeman (thread #4 )
bundle exec rake jasmine:ci (thread #5 )
2014-09-19 07:23:53 -04:00
```
Use rubygems mirror.