diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-25 15:42:11 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-25 20:40:44 +0200 |
commit | 3b560dd04bb49bcefa3abfd251224969cfca427f (patch) | |
tree | 9a9b120e48b6b4f47ab2e03a3d8615f0dcf23ef7 /doc/development/testing.md | |
parent | 6dc424c949ab3de9395d821b05d2e1cc5f632ed2 (diff) | |
download | gitlab-ce-3b560dd04bb49bcefa3abfd251224969cfca427f.tar.gz |
Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling for specific branches30692-document-rspec-profile-and-mysql-branch-testing-and-remove-ci_setup-doc-page
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/testing.md')
-rw-r--r-- | doc/development/testing.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md index ad540ec13db..2c7154f1dea 100644 --- a/doc/development/testing.md +++ b/doc/development/testing.md @@ -448,13 +448,22 @@ is used for Spinach tests as well. ### Monitoring -The GitLab test suite is [monitored] and a [public dashboard] is available for -everyone to see. Feel free to look at the slowest test files and try to improve -them. +The GitLab test suite is [monitored] for the `master` branch, and any branch +that includes `rspec-profile` in their name. + +A [public dashboard] is available for everyone to see. Feel free to look at the +slowest test files and try to improve them. [monitored]: ./performance.md#rspec-profiling [public dashboard]: https://redash.gitlab.com/public/dashboards/l1WhHXaxrCWM5Ai9D7YDqHKehq6OU3bx5gssaiWe?org_slug=default +## CI setup + +- On CE, the test suite only runs against PostgreSQL by default. We additionally + run the suite against MySQL for tags, `master`, and any branch that includes + `mysql` in the name. +- On EE, the test suite always runs both PostgreSQL and MySQL. + ## Spinach (feature) tests GitLab [moved from Cucumber to Spinach](https://github.com/gitlabhq/gitlabhq/pull/1426) |