summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-15 12:48:37 +0200
committerMarin Jankovski <maxlazio@gmail.com>2014-10-15 12:48:37 +0200
commit57b38f6f1c8c6a09ad1d6ac47a28776578703c31 (patch)
tree80ae77b8e8d3f0738302edbc4a567cd2e3642afc /doc/development
parent19b0ba5ecbf63052cc4d9b85364efc22d5e12f11 (diff)
downloadgitlab-ce-57b38f6f1c8c6a09ad1d6ac47a28776578703c31.tar.gz
Describe who can trigger builds and where, add no red tests policy to contributing doc.
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/ci_setup.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/development/ci_setup.md b/doc/development/ci_setup.md
index b3e84183a41..d74f4852a3d 100644
--- a/doc/development/ci_setup.md
+++ b/doc/development/ci_setup.md
@@ -9,15 +9,17 @@ We currently use three CI services to test GitLab:
3. [Semephore](https://semaphoreapp.com/gitlabhq/gitlabhq/) for [GitHub.com repo](https://github.com/gitlabhq/gitlabhq)
| Software @ configuration being tested | 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 | ✓ | | ✓ |
+|---------------------------------------|---------------------------|---------------------------------------------------------------------------|-----------|
+| 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.
We use [these build scripts](https://gitlab.com/gitlab-org/gitlab-ci/blob/master/doc/examples/build_script_gitlab_ce.md) for testing with GitLab CI.