Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
65c223ae
Commit
65c223ae
authored
Aug 25, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'"
This reverts merge request !13812
parent
b6af009a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
doc/development/testing.md
doc/development/testing.md
+4
-1
No files found.
.gitlab-ci.yml
View file @
65c223ae
...
@@ -68,6 +68,19 @@ stages:
...
@@ -68,6 +68,19 @@ stages:
-
mysql:latest
-
mysql:latest
-
redis:alpine
-
redis:alpine
.only-if-want-mysql
:
&only-if-want-mysql
only
:
-
/mysql/
-
/-stable/
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
master@gitlab/gitlabhq
-
master@gitlab/gitlab-ee
-
tags@gitlab-org/gitlab-ce
-
tags@gitlab-org/gitlab-ee
-
tags@gitlab/gitlabhq
-
tags@gitlab/gitlab-ee
# Skip all jobs except the ones that begin with 'docs/'.
# Skip all jobs except the ones that begin with 'docs/'.
# Used for commits including ONLY documentation changes.
# Used for commits including ONLY documentation changes.
# https://docs.gitlab.com/ce/development/writing_documentation.html#testing
# https://docs.gitlab.com/ce/development/writing_documentation.html#testing
...
@@ -111,6 +124,7 @@ stages:
...
@@ -111,6 +124,7 @@ stages:
.rspec-metadata-mysql
:
&rspec-metadata-mysql
.rspec-metadata-mysql
:
&rspec-metadata-mysql
<<
:
*rspec-metadata
<<
:
*rspec-metadata
<<
:
*use-mysql
<<
:
*use-mysql
<<
:
*only-if-want-mysql
<<
:
*except-docs
<<
:
*except-docs
.spinach-metadata
:
&spinach-metadata
.spinach-metadata
:
&spinach-metadata
...
@@ -142,6 +156,7 @@ stages:
...
@@ -142,6 +156,7 @@ stages:
.spinach-metadata-mysql
:
&spinach-metadata-mysql
.spinach-metadata-mysql
:
&spinach-metadata-mysql
<<
:
*spinach-metadata
<<
:
*spinach-metadata
<<
:
*use-mysql
<<
:
*use-mysql
<<
:
*only-if-want-mysql
<<
:
*except-docs
<<
:
*except-docs
.only-canonical-masters
:
&only-canonical-masters
.only-canonical-masters
:
&only-canonical-masters
...
...
doc/development/testing.md
View file @
65c223ae
...
@@ -529,7 +529,10 @@ slowest test files and try to improve them.
...
@@ -529,7 +529,10 @@ slowest test files and try to improve them.
## CI setup
## CI setup
-
On CE and EE, the test suite runs both PostgreSQL and MySQL.
-
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.
-
Rails logging to
`log/test.log`
is disabled by default in CI
[
for
-
Rails logging to
`log/test.log`
is disabled by default in CI
[
for
performance reasons
][
logging
]
. To override this setting, provide the
performance reasons
][
logging
]
. To override this setting, provide the
`RAILS_ENABLE_TEST_LOG`
environment variable.
`RAILS_ENABLE_TEST_LOG`
environment variable.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment