File tree 2 files changed +1
-19
lines changed
2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,6 @@ stages:
68
68
- mysql:latest
69
69
- redis:alpine
70
70
71
- .only-if-want-mysql : &only-if-want-mysql
72
- only :
73
- - /mysql/
74
- - /-stable/
75
- - master@gitlab-org/gitlab-ce
76
- - master@gitlab-org/gitlab-ee
77
- - master@gitlab/gitlabhq
78
- - master@gitlab/gitlab-ee
79
- - tags@gitlab-org/gitlab-ce
80
- - tags@gitlab-org/gitlab-ee
81
- - tags@gitlab/gitlabhq
82
- - tags@gitlab/gitlab-ee
83
-
84
71
# Skip all jobs except the ones that begin with 'docs/'.
85
72
# Used for commits including ONLY documentation changes.
86
73
# https://docs.gitlab.com/ce/development/writing_documentation.html#testing
@@ -124,7 +111,6 @@ stages:
124
111
.rspec-metadata-mysql : &rspec-metadata-mysql
125
112
<< : *rspec-metadata
126
113
<< : *use-mysql
127
- << : *only-if-want-mysql
128
114
<< : *except-docs
129
115
130
116
.spinach-metadata : &spinach-metadata
@@ -156,7 +142,6 @@ stages:
156
142
.spinach-metadata-mysql : &spinach-metadata-mysql
157
143
<< : *spinach-metadata
158
144
<< : *use-mysql
159
- << : *only-if-want-mysql
160
145
<< : *except-docs
161
146
162
147
.only-canonical-masters : &only-canonical-masters
Original file line number Diff line number Diff line change @@ -529,10 +529,7 @@ slowest test files and try to improve them.
529
529
530
530
## CI setup
531
531
532
- - On CE, the test suite only runs against PostgreSQL by default. We additionally
533
- run the suite against MySQL for tags, ` master ` , and any branch that includes
534
- ` mysql ` in the name.
535
- - On EE, the test suite always runs both PostgreSQL and MySQL.
532
+ - On CE and EE, the test suite runs both PostgreSQL and MySQL.
536
533
- Rails logging to ` log/test.log ` is disabled by default in CI [ for
537
534
performance reasons] [ logging ] . To override this setting, provide the
538
535
` RAILS_ENABLE_TEST_LOG ` environment variable.
You can’t perform that action at this time.
0 commit comments