Describe who can trigger builds and where, add no red tests policy to contributing doc.
This commit is contained in:
parent
19b0ba5ecb
commit
57b38f6f1c
|
|
@ -92,6 +92,7 @@ For examples of feedback on merge requests please look at already [closed merge
|
||||||
|
|
||||||
1. The change is as small as possible (see the above paragraph for details)
|
1. The change is as small as possible (see the above paragraph for details)
|
||||||
1. Include proper tests and make all tests pass (unless it contains a test exposing a bug in existing code)
|
1. Include proper tests and make all tests pass (unless it contains a test exposing a bug in existing code)
|
||||||
|
1. All tests have to pass, if you suspect it is unrelated to your contribution ask for tests to be restarted. See [this document](http://doc.gitlab.com/ce/development/ci_setup.html) on who you can ask for test restart.
|
||||||
1. Initially contains a single commit (please use `git rebase -i` to squash commits)
|
1. Initially contains a single commit (please use `git rebase -i` to squash commits)
|
||||||
1. Can merge without problems (if not please merge `master`, never rebase commits pushed to the remote server)
|
1. Can merge without problems (if not please merge `master`, never rebase commits pushed to the remote server)
|
||||||
1. Does not break any existing functionality
|
1. Does not break any existing functionality
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,9 @@ 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)
|
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 |
|
| Software @ configuration being tested | GitLab CI (ci.gitlab.org) | GitLab CI (GitHost.io) | Semaphore |
|
||||||
|---------------------------------------|---------------------------|------------------------|-----------|
|
|---------------------------------------|---------------------------|---------------------------------------------------------------------------|-----------|
|
||||||
| GitLab CE @ MySQL | ✓ | ✓ | |
|
| GitLab CE @ MySQL | ✓ | ✓ [Core team can trigger builds](https://gitlab-ce.githost.io/projects/4) | |
|
||||||
| GitLab CE @ PostgreSQL | | | ✓ |
|
| GitLab CE @ PostgreSQL | | | ✓ [Core team can trigger builds](https://semaphoreapp.com/gitlabhq/gitlabhq/branches/master) |
|
||||||
| GitLab EE @ MySQL | ✓ | | |
|
| GitLab EE @ MySQL | ✓ | | |
|
||||||
| GitLab CI @ MySQL | ✓ | | |
|
| GitLab CI @ MySQL | ✓ | | |
|
||||||
| GitLab CI @ PostgreSQL | | | ✓ |
|
| GitLab CI @ PostgreSQL | | | ✓ |
|
||||||
|
|
@ -19,6 +19,8 @@ We currently use three CI services to test GitLab:
|
||||||
| GitLab Shell | ✓ | | ✓ |
|
| GitLab Shell | ✓ | | ✓ |
|
||||||
| 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.
|
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.
|
||||||
|
|
||||||
# Build configuration on [Semaphore](https://semaphoreapp.com/gitlabhq/gitlabhq/) for testing the [GitHub.com repo](https://github.com/gitlabhq/gitlabhq)
|
# Build configuration on [Semaphore](https://semaphoreapp.com/gitlabhq/gitlabhq/) for testing the [GitHub.com repo](https://github.com/gitlabhq/gitlabhq)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue