Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci_setup.md « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55156103ec9831ff089e3c733de8485c58bdb6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# CI setup

This document describes what services we use for testing GitLab and GitLab CI. 

What services we currently use for testing GitLab: 

### GitLab CI at ci.gitlab.org

We use it for testing software from private server at dev.gitlab.org

### Semaphore at semaphoreapp.com

We use for testing Pull requests and builds from our mirror on github.com

### GitLab CI at gitlab-ce.githost.io

We use it for testing our repository at gitlab.com


## Table of CI usage 


| Software                              | GitLab CI (ci.gitlab.org) | GitLab CI (githost.io) | Semaphore |
|---------------------------------------|---------------------------|------------------------|-----------|
| GitLab CE @ MySQL                     | ✓                         | ✓                      |           |
| GitLab CE @ PostgreSQL                |                           |                        | ✓         |
| GitLab EE @ MySQL                     | ✓                         |                        |           |
| GitLab CI @ MySQL                     | ✓                         |                        |           |
| GitLab CI @ PostgreSQL                |                           |                        | ✓         |
| GitLab CI Runner                      | ✓                         |                        | ✓         |
| GitLab Shell                          | ✓                         |                        | ✓         |
| GitLab Shell                          | ✓                         |                        | ✓         |