BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
9f7f7857
Commit
9f7f7857
authored
Aug 24, 2017
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reenable MySQL tests on all branches
To protect master from surprise failures, as long as we continue to support MySQL.
parent
4428944d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
19 deletions
+1
-19
.gitlab-ci.yml
.gitlab-ci.yml
+0
-15
testing.md
doc/development/testing.md
+1
-4
No files found.
.gitlab-ci.yml
View file @
9f7f7857
...
...
@@ -68,19 +68,6 @@ stages:
-
mysql:latest
-
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/'.
# Used for commits including ONLY documentation changes.
# https://docs.gitlab.com/ce/development/writing_documentation.html#testing
...
...
@@ -124,7 +111,6 @@ stages:
.rspec-metadata-mysql
:
&rspec-metadata-mysql
<<
:
*rspec-metadata
<<
:
*use-mysql
<<
:
*only-if-want-mysql
<<
:
*except-docs
.spinach-metadata
:
&spinach-metadata
...
...
@@ -156,7 +142,6 @@ stages:
.spinach-metadata-mysql
:
&spinach-metadata-mysql
<<
:
*spinach-metadata
<<
:
*use-mysql
<<
:
*only-if-want-mysql
<<
:
*except-docs
.only-canonical-masters
:
&only-canonical-masters
...
...
doc/development/testing.md
View file @
9f7f7857
...
...
@@ -529,10 +529,7 @@ slowest test files and try to improve them.
## 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.
-
On CE and EE, the test suite runs both PostgreSQL and MySQL.
-
Rails logging to
`log/test.log`
is disabled by default in CI
[
for
performance reasons]
[
logging
]
. To override this setting, provide the
`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