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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-18 19:15:09 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-18 19:15:09 +0400
commitd8b8be440939c6e7ed2a4118dc0708d33ac94972 (patch)
tree2a5308c4fb1319564927efac4225058c18d7d0a4
parentcc96496996b5fae9d24fd54c43d50a302342f87a (diff)
parentc0cecdb08afe4262019428290ed231f0040aa547 (diff)
Merge branch 'ci-setup-doc' into 'master'
CI setup doc I want do describe what CI services we use See merge request !1099
-rw-r--r--doc/development/README.md1
-rw-r--r--doc/development/ci_setup.md33
2 files changed, 34 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 67ee828db6b..20db6662aca 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -3,3 +3,4 @@
- [Architecture](architecture.md) of GitLab
- [Shell commands](shell_commands.md) in the GitLab codebase
- [Rake tasks](rake_tasks.md) for development
+- [CI setup](ci_setup.md) for testing GitLab
diff --git a/doc/development/ci_setup.md b/doc/development/ci_setup.md
new file mode 100644
index 00000000000..7c4adc1a879
--- /dev/null
+++ b/doc/development/ci_setup.md
@@ -0,0 +1,33 @@
+# 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 | ✓ | | ✓ |