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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
d71eb8fc
Commit
d71eb8fc
authored
Jan 14, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add jobs to run quarantine tests
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
b876d5c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
spec/spec_helper.rb
spec/spec_helper.rb
+1
-1
No files found.
.gitlab-ci.yml
View file @
d71eb8fc
...
@@ -499,6 +499,22 @@ rspec-mysql:
...
@@ -499,6 +499,22 @@ rspec-mysql:
<<
:
*rspec-metadata-mysql
<<
:
*rspec-metadata-mysql
parallel
:
50
parallel
:
50
.rspec-quarantine
:
&rspec-quarantine
script
:
-
export CACHE_CLASSES=true
-
scripts/gitaly-test-spawn
-
bin/rspec --color --format documentation --tag quarantine spec/
rspec-pg-quarantine
:
<<
:
*rspec-metadata-pg
<<
:
*rspec-quarantine
allow_failure
:
true
rspec-mysql-quarantine
:
<<
:
*rspec-metadata-mysql
<<
:
*rspec-quarantine
allow_failure
:
true
static-analysis
:
static-analysis
:
<<
:
*dedicated-no-docs-no-db-pull-cache-job
<<
:
*dedicated-no-docs-no-db-pull-cache-job
dependencies
:
dependencies
:
...
...
spec/spec_helper.rb
View file @
d71eb8fc
...
@@ -22,7 +22,7 @@ if rspec_profiling_is_configured && (!ENV.key?('CI') || branch_can_be_profiled)
...
@@ -22,7 +22,7 @@ if rspec_profiling_is_configured && (!ENV.key?('CI') || branch_can_be_profiled)
require
'rspec_profiling/rspec'
require
'rspec_profiling/rspec'
end
end
if
ENV
[
'CI'
]
&&
!
ENV
[
'NO_KNAPSACK'
]
if
ENV
[
'CI'
]
&&
ENV
[
'KNAPSACK_GENERATE_REPORT'
]
&&
!
ENV
[
'NO_KNAPSACK'
]
require
'knapsack'
require
'knapsack'
Knapsack
::
Adapters
::
RSpecAdapter
.
bind
Knapsack
::
Adapters
::
RSpecAdapter
.
bind
end
end
...
...
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