From 175a913065ea1a3ccdf89c2d94a870a61db30aa9 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 18 Sep 2014 16:45:18 +0300 Subject: CI setup docs Signed-off-by: Dmitriy Zaporozhets --- doc/development/ci_setup.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/development/ci_setup.md (limited to 'doc/development/ci_setup.md') diff --git a/doc/development/ci_setup.md b/doc/development/ci_setup.md new file mode 100644 index 00000000000..55156103ec9 --- /dev/null +++ b/doc/development/ci_setup.md @@ -0,0 +1,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 | ✓ | | ✓ | -- cgit v1.2.1