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
74b2a6f6
Commit
74b2a6f6
authored
Dec 23, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't run migration tests in unit test jobs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
9d29cda9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+16
-4
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
74b2a6f6
...
@@ -57,7 +57,7 @@ setup-test-env:
...
@@ -57,7 +57,7 @@ setup-test-env:
dependencies
:
[
"
setup-test-env"
,
"
retrieve-tests-metadata"
,
"
compile-assets
pull-cache"
]
dependencies
:
[
"
setup-test-env"
,
"
retrieve-tests-metadata"
,
"
compile-assets
pull-cache"
]
script
:
script
:
-
source scripts/rspec_helpers.sh
-
source scripts/rspec_helpers.sh
-
rspec_paralellized_job "--tag ~quarantine --tag ~geo"
-
rspec_paralellized_job "--tag ~quarantine --tag ~geo
--tag ~level:migration
"
artifacts
:
artifacts
:
expire_in
:
31d
expire_in
:
31d
when
:
always
when
:
always
...
@@ -92,12 +92,21 @@ setup-test-env:
...
@@ -92,12 +92,21 @@ setup-test-env:
-
.use-pg10
-
.use-pg10
-
.only-master
-
.only-master
.rspec-base-migration
:
script
:
-
source scripts/rspec_helpers.sh
-
rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag level:migration"
rspec migration pg9
:
rspec migration pg9
:
extends
:
.rspec-base-pg9
extends
:
-
.rspec-base-pg9
-
.rspec-base-migration
parallel
:
4
parallel
:
4
rspec migration pg9-foss
:
rspec migration pg9-foss
:
extends
:
.rspec-base-pg9-foss
extends
:
-
.rspec-base-pg9-foss
-
.rspec-base-migration
parallel
:
4
parallel
:
4
rspec unit pg9
:
rspec unit pg9
:
...
@@ -149,7 +158,9 @@ rspec system pg10:
...
@@ -149,7 +158,9 @@ rspec system pg10:
-
.use-pg10-ee
-
.use-pg10-ee
rspec-ee migration pg9
:
rspec-ee migration pg9
:
extends
:
.rspec-ee-base-pg9
extends
:
-
.rspec-ee-base-pg9
-
.rspec-base-migration
parallel
:
2
parallel
:
2
rspec-ee unit pg9
:
rspec-ee unit pg9
:
...
@@ -167,6 +178,7 @@ rspec-ee system pg9:
...
@@ -167,6 +178,7 @@ rspec-ee system pg9:
rspec-ee migration pg10
:
rspec-ee migration pg10
:
extends
:
extends
:
-
.rspec-ee-base-pg10
-
.rspec-ee-base-pg10
-
.rspec-base-migration
-
.only-master
-
.only-master
parallel
:
2
parallel
:
2
...
...
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