mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
34 lines
1.7 KiB
Markdown
34 lines
1.7 KiB
Markdown
# 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.
|
|
We use [this build script](https://gitlab.com/gitlab-org/gitlab-ci/blob/master/doc/examples/build_script_gitlab_ce.md) for testing GitLab CE on ci.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 | ✓ | | ✓ |
|