File tree 4 files changed +13
-52
lines changed
4 files changed +13
-52
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ stages:
59
59
60
60
.only-master-and-ee-or-mysql : &only-master-and-ee-or-mysql
61
61
only :
62
- - /\-(?i) mysql$ /
62
+ - /mysql/
63
63
- master@gitlab-org/gitlab-ce
64
64
- master@gitlab/gitlabhq
65
65
- tags@gitlab-org/gitlab-ce
Original file line number Diff line number Diff line change 33
33
## Backend howtos
34
34
35
35
- [ Architecture] ( architecture.md ) of GitLab
36
- - [ CI setup] ( ci_setup.md ) for testing GitLab
37
36
- [ Gotchas] ( gotchas.md ) to avoid
38
37
- [ How to dump production data to staging] ( db_dump.md )
39
38
- [ Instrumentation] ( instrumentation.md )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -448,13 +448,22 @@ is used for Spinach tests as well.
448
448
449
449
### Monitoring
450
450
451
- The GitLab test suite is [ monitored] and a [ public dashboard] is available for
452
- everyone to see. Feel free to look at the slowest test files and try to improve
453
- them.
451
+ The GitLab test suite is [ monitored] for the ` master ` branch, and any branch
452
+ that includes ` rspec-profile ` in their name.
453
+
454
+ A [ public dashboard] is available for everyone to see. Feel free to look at the
455
+ slowest test files and try to improve them.
454
456
455
457
[ monitored ] : ./performance.md#rspec-profiling
456
458
[ public dashboard ] : https://redash.gitlab.com/public/dashboards/l1WhHXaxrCWM5Ai9D7YDqHKehq6OU3bx5gssaiWe?org_slug=default
457
459
460
+ ## CI setup
461
+
462
+ - On CE, the test suite only runs against PostgreSQL by default. We additionally
463
+ run the suite against MySQL for tags, ` master ` , and any branch that includes
464
+ ` mysql ` in the name.
465
+ - On EE, the test suite always runs both PostgreSQL and MySQL.
466
+
458
467
## Spinach (feature) tests
459
468
460
469
GitLab [ moved from Cucumber to Spinach] ( https://github.com/gitlabhq/gitlabhq/pull/1426 )
You can’t perform that action at this time.
0 commit comments