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
d10e007e
Commit
d10e007e
authored
Mar 18, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make rspec:coverage only download the artifacts it needs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
3eed57f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+18
-1
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+2
-0
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
d10e007e
...
@@ -204,8 +204,25 @@ gitlab:setup:
...
@@ -204,8 +204,25 @@ gitlab:setup:
rspec:coverage:
rspec:coverage:
extends
:
extends
:
-
.rails-job-base
-
.rails-job-base
-
.rails:rules:ee-
and-foss
-
.rails:rules:ee-
only
stage
:
post-test
stage
:
post-test
# We cannot use needs since it would mean needing 84 jobs (since most are parallelized)
# so we use `dependencies` here.
dependencies
:
-
setup-test-env
-
rspec migration pg9
-
rspec unit pg9
-
rspec integration pg9
-
rspec system pg9
-
rspec-ee migration pg9
-
rspec-ee unit pg9
-
rspec-ee integration pg9
-
rspec-ee system pg9
-
rspec-ee unit pg9 geo
-
rspec-ee integration pg9 geo
-
rspec-ee system pg9 geo
-
memory-static
-
memory-on-boot
variables
:
variables
:
SETUP_DB
:
"
false"
SETUP_DB
:
"
false"
cache
:
cache
:
...
...
.gitlab/ci/rules.gitlab-ci.yml
View file @
d10e007e
...
@@ -291,6 +291,8 @@
...
@@ -291,6 +291,8 @@
###############
###############
.pages:rules:
.pages:rules:
rules
:
rules
:
-
<<
:
*if-not-ee
when
:
never
-
<<
:
*if-dot-com-gitlab-org-master
-
<<
:
*if-dot-com-gitlab-org-master
changes
:
*code-backstage-qa-patterns
changes
:
*code-backstage-qa-patterns
when
:
on_success
when
:
on_success
...
...
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